org.apache.continuum.scm.manager
Class Slf4jScmLogger

java.lang.Object
  extended by org.apache.continuum.scm.manager.Slf4jScmLogger
All Implemented Interfaces:
org.apache.maven.scm.log.ScmLogger

@Service(value="scmLogger")
public class Slf4jScmLogger
extends Object
implements org.apache.maven.scm.log.ScmLogger

SLF4J logger for Maven SCM.

Version:
$Id: Slf4jScmLogger.java 1372260 2012-08-13 04:29:09Z brett $

Constructor Summary
Slf4jScmLogger()
           
 
Method Summary
 void debug(String arg0)
           
 void debug(String arg0, Throwable arg1)
           
 void debug(Throwable arg0)
           
 void error(String arg0)
           
 void error(String arg0, Throwable arg1)
           
 void error(Throwable arg0)
           
 void info(String arg0)
           
 void info(String arg0, Throwable arg1)
           
 void info(Throwable arg0)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(String arg0)
           
 void warn(String arg0, Throwable arg1)
           
 void warn(Throwable arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jScmLogger

public Slf4jScmLogger()
Method Detail

debug

public void debug(String arg0)
Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

debug

public void debug(Throwable arg0)
Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

debug

public void debug(String arg0,
                  Throwable arg1)
Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

error

public void error(String arg0)
Specified by:
error in interface org.apache.maven.scm.log.ScmLogger

error

public void error(Throwable arg0)
Specified by:
error in interface org.apache.maven.scm.log.ScmLogger

error

public void error(String arg0,
                  Throwable arg1)
Specified by:
error in interface org.apache.maven.scm.log.ScmLogger

info

public void info(String arg0)
Specified by:
info in interface org.apache.maven.scm.log.ScmLogger

info

public void info(Throwable arg0)
Specified by:
info in interface org.apache.maven.scm.log.ScmLogger

info

public void info(String arg0,
                 Throwable arg1)
Specified by:
info in interface org.apache.maven.scm.log.ScmLogger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.maven.scm.log.ScmLogger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.apache.maven.scm.log.ScmLogger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.apache.maven.scm.log.ScmLogger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.apache.maven.scm.log.ScmLogger

warn

public void warn(String arg0)
Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger

warn

public void warn(Throwable arg0)
Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger

warn

public void warn(String arg0,
                 Throwable arg1)
Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.