org.apache.maven.scm.log
Class DefaultLog
java.lang.Object
org.apache.maven.scm.log.DefaultLog
- All Implemented Interfaces:
- ScmLogger
public class DefaultLog
- extends Object
- implements ScmLogger
- Version:
- $Id: DefaultLog.java 483105 2006-12-06 15:07:54Z evenisse $
- Author:
- Emmanuel Venisse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLog
public DefaultLog()
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-2009 Apache Software Foundation. All Rights Reserved.