I found a property called "m_thrownException" in the LoggingEvent class that I can use, but it is private. How do I go about making a public property to access this? Can I go in with CVS and change the code myself, or should I enter it as a feature request.
-----Original Message----- From: Young, Jason (GE Infrastructure) Sent: Thursday, January 20, 2005 3:33 PM To: '[email protected]' Subject: Logging Exception Details into columns I'm writing a custom appender to log ERROR messages to the database. I see a property to access the full text of the exception if the user specified it, but I cannot find where the actual exception is. How do I retrieve the exception from the overridden append method? Thanks, Jason
