In org.apache.logging.log4j.core.appender.DefaultErrorHandler, error(String, LogEvent, Throwable) looks the same as error(String, Throwable)
Is that on purpose or the the LogEvent unused by mistake? Should it be logged? Should it be saved in the exception? With the code as is, there seems to be an opportunity for refactoring common code. Gary -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
