Okay. Since there are no references to this interface and it is not used anywhere I assume we can just remove it without deprecating it first, is that correct?
We may want to add a note to changes.xml in case anyone wonders about the interface going away. On Thursday, August 6, 2015, Gary Gregory <[email protected]> wrote: > The idea was to make it more OO and less of a burden to add message > methods: > > logger.trace.log("this {} and that {}", this, that); > logger.debug.log("this {} and that {}", this, that); > > G > > On Wed, Aug 5, 2015 at 8:42 AM, Gary Gregory <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> Yeah, that looks familiar, we can remove it. I emailed about this a while >> back, here is a piece of a thread: >> http://article.gmane.org/gmane.comp.jakarta.log4j.devel/32122/match=levellogger >> >> Gary >> >> On Wed, Aug 5, 2015 at 8:38 AM, Gary Gregory <[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >> >>> I might have committed that by mistake! >>> >>> Gary >>> >>> On Wed, Aug 5, 2015 at 7:15 AM, Remko Popma <[email protected] >>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >>> >>>> >>>> http://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/LevelLogger.html >>>> >>>> On Wed, Aug 5, 2015 at 11:14 PM, Remko Popma <[email protected] >>>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >>>> >>>>> The org.apache.logging.log4j package has a LevelLogger interface. >>>>> It does not seem to have any references. >>>>> Can anyone remind me what this interface is for? >>>>> >>>>> Remko >>>>> >>>> >>>> >>> >>> >>> -- >>> E-Mail: [email protected] >>> <javascript:_e(%7B%7D,'cvml','[email protected]');> | >>> [email protected] >>> <javascript:_e(%7B%7D,'cvml','[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] >> <javascript:_e(%7B%7D,'cvml','[email protected]');> | >> [email protected] >> <javascript:_e(%7B%7D,'cvml','[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] > <javascript:_e(%7B%7D,'cvml','[email protected]');> | [email protected] > <javascript:_e(%7B%7D,'cvml','[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 >
