You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Koller E., ITS P E320, TR" <E....@deutschepost.de> on 2001/01/24 15:13:28 UTC

Log of method names

hello, i am a new log4j user.
Is it possible to log the begin and end of a method invocation?

beg method1
...
	beg method2
	...
	end method2
...
end method1

Is it possible to indet the invocation as shown in the example?

Is there a generic way to find out the method name?

regards
Edgar Koller