Get method Caller w/ Reflection

onez

Newcomer
Joined
Mar 10, 2006
Messages
10
I am trying to organize my log messages. When I send a log message, I look back in the stack trace to get the Calling Method and Object type, not actual object. How do I find what the actual object was? I also don't know when a method starts until I log a message.

All objects inherit from same base class and have an ID.
 
Back
Top