org.apache.maven.plugin.logging
Class SystemStreamLog
java.lang.Object
org.apache.maven.plugin.logging.SystemStreamLog
- All Implemented Interfaces:
- Log
- public class SystemStreamLog
- extends java.lang.Object
- implements Log
- Author:
- jdcasey
Method Summary |
void |
debug(java.lang.CharSequence content)
|
void |
debug(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
debug(java.lang.Throwable error)
|
void |
error(java.lang.CharSequence content)
|
void |
error(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
error(java.lang.Throwable error)
|
void |
info(java.lang.CharSequence content)
|
void |
info(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
info(java.lang.Throwable error)
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarnEnabled()
|
void |
warn(java.lang.CharSequence content)
|
void |
warn(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
warn(java.lang.Throwable error)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemStreamLog
public SystemStreamLog()
debug
public void debug(java.lang.CharSequence content)
- Specified by:
debug
in interface Log
debug
public void debug(java.lang.CharSequence content,
java.lang.Throwable error)
- Specified by:
debug
in interface Log
debug
public void debug(java.lang.Throwable error)
- Specified by:
debug
in interface Log
info
public void info(java.lang.CharSequence content)
- Specified by:
info
in interface Log
info
public void info(java.lang.CharSequence content,
java.lang.Throwable error)
- Specified by:
info
in interface Log
info
public void info(java.lang.Throwable error)
- Specified by:
info
in interface Log
warn
public void warn(java.lang.CharSequence content)
- Specified by:
warn
in interface Log
warn
public void warn(java.lang.CharSequence content,
java.lang.Throwable error)
- Specified by:
warn
in interface Log
warn
public void warn(java.lang.Throwable error)
- Specified by:
warn
in interface Log
error
public void error(java.lang.CharSequence content)
- Specified by:
error
in interface Log
error
public void error(java.lang.CharSequence content,
java.lang.Throwable error)
- Specified by:
error
in interface Log
error
public void error(java.lang.Throwable error)
- Specified by:
error
in interface Log
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Log
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Log
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface Log
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface Log
Copyright 2006 Apache Software Foundation. All Rights Reserved.