org.apache.maven.scm.manager.plexus
Class PlexusLogger

java.lang.Object
  extended by org.apache.maven.scm.manager.plexus.PlexusLogger
All Implemented Interfaces:
ScmLogger

public class PlexusLogger
extends Object
implements ScmLogger

Version:
$Id: PlexusLogger.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Emmanuel Venisse

Constructor Summary
PlexusLogger(org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 void debug(String content)
           
 void debug(String content, Throwable error)
           
 void debug(Throwable error)
           
 void error(String content)
           
 void error(String content, Throwable error)
           
 void error(Throwable error)
           
 void info(String content)
           
 void info(String content, Throwable error)
           
 void info(Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(String content)
           
 void warn(String 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

PlexusLogger

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

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface ScmLogger
See Also:
ScmLogger.isDebugEnabled()

debug

public void debug(String content)
Specified by:
debug in interface ScmLogger
See Also:
ScmLogger.debug(java.lang.String)

debug

public void debug(String content,
                  Throwable error)
Specified by:
debug in interface ScmLogger
See Also:
ScmLogger.debug(java.lang.String,java.lang.Throwable)

debug

public void debug(Throwable error)
Specified by:
debug in interface ScmLogger
See Also:
ScmLogger.debug(java.lang.Throwable)

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface ScmLogger
See Also:
ScmLogger.isInfoEnabled()

info

public void info(String content)
Specified by:
info in interface ScmLogger
See Also:
ScmLogger.info(java.lang.String)

info

public void info(String content,
                 Throwable error)
Specified by:
info in interface ScmLogger
See Also:
ScmLogger.info(java.lang.String,java.lang.Throwable)

info

public void info(Throwable error)
Specified by:
info in interface ScmLogger
See Also:
ScmLogger.info(java.lang.Throwable)

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface ScmLogger
See Also:
ScmLogger.isWarnEnabled()

warn

public void warn(String content)
Specified by:
warn in interface ScmLogger
See Also:
ScmLogger.warn(java.lang.String)

warn

public void warn(String content,
                 Throwable error)
Specified by:
warn in interface ScmLogger
See Also:
ScmLogger.warn(java.lang.String,java.lang.Throwable)

warn

public void warn(Throwable error)
Specified by:
warn in interface ScmLogger
See Also:
ScmLogger.warn(java.lang.Throwable)

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface ScmLogger
See Also:
ScmLogger.isErrorEnabled()

error

public void error(String content)
Specified by:
error in interface ScmLogger
See Also:
ScmLogger.error(java.lang.String)

error

public void error(String content,
                  Throwable error)
Specified by:
error in interface ScmLogger
See Also:
ScmLogger.error(java.lang.String,java.lang.Throwable)

error

public void error(Throwable error)
Specified by:
error in interface ScmLogger
See Also:
ScmLogger.error(java.lang.Throwable)


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.