And now I'd also like to have a org.apache.logging.log4j.Logger.throwing(Throwable, Marker) so I can provide my own marker instead of the canned one.
Thoughts on that? Gary On Fri, Mar 20, 2015 at 3:35 PM, Gary Gregory <[email protected]> wrote: > I need: > > org.apache.logging.log4j.Logger.error(Marker, Throwable) > > But we have: > > org.apache.logging.log4j.Logger.error(Marker, String, Throwable) > > Thoughts on adding the new APIs (for all levels)? > > 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 > -- 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
