If it helps, check out LOG4J2-291. I may be handling errors incorrectly in the JDBC/JPA/NoSQL appenders. If an exception is thrown within the *Manager write methods, should I just let that exception propagate (wrapping it if it's a checked exception that I can't throw)? Should I wrap all exceptions in some standard exception (LoggingException or something similar)? Right now I'm catching exceptions and logging them using the SimpleLogger. I may need to change that behavior.
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
