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
