org.apache.maven.scm.log
Class ScmLogDispatcher
java.lang.Object
org.apache.maven.scm.log.ScmLogDispatcher
- All Implemented Interfaces:
- ScmLogger
public class ScmLogDispatcher
- extends Object
- implements ScmLogger
- Version:
- $Id: ScmLogDispatcher.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 |
ScmLogDispatcher
public ScmLogDispatcher()
addListener
public void addListener(ScmLogger logger)
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(String content)
- Specified by:
debug
in interface ScmLogger
- See Also:
ScmLogger.debug(java.lang.String)
debug
public void debug(Throwable error)
- Specified by:
debug
in interface ScmLogger
- See Also:
ScmLogger.debug(java.lang.Throwable)
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(String content)
- Specified by:
error
in interface ScmLogger
- See Also:
ScmLogger.error(java.lang.String)
error
public void error(Throwable error)
- Specified by:
error
in interface ScmLogger
- See Also:
ScmLogger.error(java.lang.Throwable)
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(String content)
- Specified by:
info
in interface ScmLogger
- See Also:
ScmLogger.info(java.lang.String)
info
public void info(Throwable error)
- Specified by:
info
in interface ScmLogger
- See Also:
ScmLogger.info(java.lang.Throwable)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface ScmLogger
- See Also:
ScmLogger.isDebugEnabled()
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface ScmLogger
- See Also:
ScmLogger.isErrorEnabled()
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface ScmLogger
- See Also:
ScmLogger.isInfoEnabled()
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface ScmLogger
- See Also:
ScmLogger.isWarnEnabled()
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(String content)
- Specified by:
warn
in interface ScmLogger
- See Also:
ScmLogger.warn(java.lang.String)
warn
public void warn(Throwable error)
- Specified by:
warn
in interface ScmLogger
- See Also:
ScmLogger.warn(java.lang.Throwable)
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.