org.apache.maven.scm.log

Interface ScmLogger

public interface ScmLogger

Version: $Id: ScmLogger.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Emmanuel Venisse

Method Summary
voiddebug(String content)
voiddebug(String content, Throwable error)
voiddebug(Throwable error)
voiderror(String content)
voiderror(String content, Throwable error)
voiderror(Throwable error)
voidinfo(String content)
voidinfo(String content, Throwable error)
voidinfo(Throwable error)
booleanisDebugEnabled()
booleanisErrorEnabled()
booleanisInfoEnabled()
booleanisWarnEnabled()
voidwarn(String content)
voidwarn(String content, Throwable error)
voidwarn(Throwable error)

Method Detail

debug

public void debug(String content)

debug

public void debug(String content, Throwable error)

debug

public void debug(Throwable error)

error

public void error(String content)

error

public void error(String content, Throwable error)

error

public void error(Throwable error)

info

public void info(String content)

info

public void info(String content, Throwable error)

info

public void info(Throwable error)

isDebugEnabled

public boolean isDebugEnabled()

isErrorEnabled

public boolean isErrorEnabled()

isInfoEnabled

public boolean isInfoEnabled()

isWarnEnabled

public boolean isWarnEnabled()

warn

public void warn(String content)

warn

public void warn(String content, Throwable error)

warn

public void warn(Throwable error)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.