org.apache.maven.scm.plugin
Class DefaultLog

java.lang.Object
  extended by org.apache.maven.scm.plugin.DefaultLog
All Implemented Interfaces:
org.apache.maven.scm.log.ScmLogger

public class DefaultLog
extends Object
implements org.apache.maven.scm.log.ScmLogger

Version:
$Id: DefaultLog.java 685542 2008-08-13 13:28:43Z vsiveton $
Author:
Emmanuel Venisse

Field Summary
private  org.apache.maven.plugin.logging.Log logger
           
 
Constructor Summary
DefaultLog(org.apache.maven.plugin.logging.Log 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
 

Field Detail

logger

private org.apache.maven.plugin.logging.Log logger
Constructor Detail

DefaultLog

public DefaultLog(org.apache.maven.plugin.logging.Log logger)
Method Detail

isDebugEnabled

public boolean isDebugEnabled()

Specified by:
isDebugEnabled in interface org.apache.maven.scm.log.ScmLogger

debug

public void debug(String content)

Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

debug

public void debug(String content,
                  Throwable error)

Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

debug

public void debug(Throwable error)

Specified by:
debug in interface org.apache.maven.scm.log.ScmLogger

isInfoEnabled

public boolean isInfoEnabled()

Specified by:
isInfoEnabled in interface org.apache.maven.scm.log.ScmLogger

info

public void info(String content)

Specified by:
info in interface org.apache.maven.scm.log.ScmLogger

info

public void info(String content,
                 Throwable error)

Specified by:
info in interface org.apache.maven.scm.log.ScmLogger

info

public void info(Throwable error)

Specified by:
info 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 content)

Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger

warn

public void warn(String content,
                 Throwable error)

Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger

warn

public void warn(Throwable error)

Specified by:
warn in interface org.apache.maven.scm.log.ScmLogger

isErrorEnabled

public boolean isErrorEnabled()

Specified by:
isErrorEnabled in interface org.apache.maven.scm.log.ScmLogger

error

public void error(String content)

Specified by:
error in interface org.apache.maven.scm.log.ScmLogger

error

public void error(String content,
                  Throwable error)

Specified by:
error in interface org.apache.maven.scm.log.ScmLogger

error

public void error(Throwable error)

Specified by:
error in interface org.apache.maven.scm.log.ScmLogger


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.