org.apache.maven.plugin.logging

Class SystemStreamLog

public class SystemStreamLog extends Object implements Log

Author: jdcasey

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

Method Detail

debug

public void debug(CharSequence content)

debug

public void debug(CharSequence content, Throwable error)

debug

public void debug(Throwable error)

error

public void error(CharSequence content)

error

public void error(CharSequence content, Throwable error)

error

public void error(Throwable error)

info

public void info(CharSequence content)

info

public void info(CharSequence 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(CharSequence content)

warn

public void warn(CharSequence content, Throwable error)

warn

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