Dan, you can use both. You can log through SLF4J or directly through Maven long (this.getLog()...) - both will work.
— Yegor Bugayenko On Mon, May 28, 2012 at 3:41 AM, Dan Tran <[email protected]> wrote: > From the instructions, I have to use a new way of logger. > > Can this.getLog().info( xxx ) still work? > > -D > > On Thu, May 17, 2012 at 10:19 AM, Yegor Bugayenko > <[email protected]> wrote: > > Hi Oliver, > > > > I just posted a link to that issue, thanks for the hint. I think it will > be > > helpful (I'm using this binding in a number of Maven plugins for at > least 8 > > months). > > > > — > > Yegor > > > > > > On Tue, May 15, 2012 at 1:47 PM, Oliver B. Fischer < > [email protected]>wrote: > > > >> Hi Yegor, > >> > >> nice to see such a binding. Are you aware of MNG-4505? > >> > >> It would be nice if you would add a comment regarding your libary to > this > >> issue. > >> > >> http://jira.codehaus.org/**browse/MNG-4505< > http://jira.codehaus.org/browse/MNG-4505> > >> > >> Bye, > >> > >> Oliver > >> > >> Am 13.05.2012 17:15, schrieb Yegor Bugayenko: > >> > >> Hi all, > >>> > >>> I created a simple binding between Maven Log and SLF4J. The idea is to > >>> forward all SLF4J calls to Maven Log, in order to centralize all > logging > >>> in > >>> one place, inside Maven plugin. The binding is available at > >>> http://www.jcabi.com/jcabi-**maven-slf4j/< > http://www.jcabi.com/jcabi-maven-slf4j/> > >>> > >>> This subject was discussed about a year ago in SLF4J list: > >>> http://mailman.qos.ch/**pipermail/slf4j-user/2011-**April/001071.html< > http://mailman.qos.ch/pipermail/slf4j-user/2011-April/001071.html> > >>> > >>> Hopefully somebody will find this open source library useful. Thanks. > >>> > >>> — > >>> Yegor > >>> > >>> > >> > ------------------------------**------------------------------**--------- > >> To unsubscribe, e-mail: users-unsubscribe@maven.**apache.org< > [email protected]> > >> For additional commands, e-mail: [email protected] > >> > >> >
