org.apache.maven.monitor.logging
Class DefaultLog

java.lang.Object
  extended by org.apache.maven.monitor.logging.DefaultLog
All Implemented Interfaces:
Log

public class DefaultLog
extends Object
implements Log

Author:
jdcasey

Constructor Summary
DefaultLog(org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 void debug(CharSequence content)
           
 void debug(CharSequence content, Throwable error)
           
 void debug(Throwable error)
           
 void error(CharSequence content)
           
 void error(CharSequence content, Throwable error)
           
 void error(Throwable error)
           
 void info(CharSequence content)
           
 void info(CharSequence content, Throwable error)
           
 void info(Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(CharSequence content)
           
 void warn(CharSequence content, Throwable error)
           
 void warn(Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLog

public DefaultLog(org.codehaus.plexus.logging.Logger logger)
Method Detail

debug

public void debug(CharSequence content)
Specified by:
debug in interface Log

debug

public void debug(CharSequence content,
                  Throwable error)
Specified by:
debug in interface Log

debug

public void debug(Throwable error)
Specified by:
debug in interface Log

info

public void info(CharSequence content)
Specified by:
info in interface Log

info

public void info(CharSequence content,
                 Throwable error)
Specified by:
info in interface Log

info

public void info(Throwable error)
Specified by:
info in interface Log

warn

public void warn(CharSequence content)
Specified by:
warn in interface Log

warn

public void warn(CharSequence content,
                 Throwable error)
Specified by:
warn in interface Log

warn

public void warn(Throwable error)
Specified by:
warn in interface Log

error

public void error(CharSequence content)
Specified by:
error in interface Log

error

public void error(CharSequence content,
                  Throwable error)
Specified by:
error in interface Log

error

public void error(Throwable error)
Specified by:
error in interface Log

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Log

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface Log

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface Log

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface Log


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.