C
chrisp
Is there anyway I can get the Type of the class that owns the currently
executing code? I'm trying to get this information for logging purposes. I
have a number of tracing messages throughout a class hierarchy, and I'd like
to be able to log which class a specific trace message has been recorded
from (i.e. is it the base class or is it the instantiated class).
Thanks
Chris
executing code? I'm trying to get this information for logging purposes. I
have a number of tracing messages throughout a class hierarchy, and I'd like
to be able to log which class a specific trace message has been recorded
from (i.e. is it the base class or is it the instantiated class).
Thanks
Chris