org.znerd.util.log
Class MavenLimb

java.lang.Object
  extended by org.znerd.util.log.Limb
      extended by org.znerd.util.log.MavenLimb

public class MavenLimb
extends Limb

Limb implementation that sends output via the Maven logging mechanism.

Levels are mapped as follows: TODO


Constructor Summary
MavenLimb(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
protected  void logImpl(LogLevel level, String message, Throwable exception)
           
 
Methods inherited from class org.znerd.util.log.Limb
log, log, resetLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenLimb

public MavenLimb(org.apache.maven.plugin.logging.Log log)
          throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

logImpl

protected void logImpl(LogLevel level,
                       String message,
                       Throwable exception)
Overrides:
logImpl in class Limb


Copyright © 2011-2012. All Rights Reserved.