In the version of log4j that's in CVS right now I can't find any way to get
the Throwable that was given to the LoggingEvent.  There's a ThrowableInfo
that's stored in the LoggingEvent, which has a public getThrowable() method,
but there's no way to get the ThrowableInfo.  There's a getThrowableStrRep()
method, but you can't do an instanceof SQLException on that or query that
for the object's members.

Is there some way to get the Throwable from LoggingEvent that I'm missing?

-Jim Moore

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to