Hi,
For some debug messages I'd like to be able to log the stack trace at
the time of execution even if there is no exception. I know that I
can do this by simply calling debug("this is my message", new
RuntimeException("trace")), but I'd like to be able to control when
the trace is displayed from run to run. Short of wrapping my own log
class around log4j, is there a better way to do this?
Thanks
d.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]