|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.logging.SystemStreamLog
public class SystemStreamLog
Logger with "standard" output and error output stream.
| Constructor Summary | |
|---|---|
SystemStreamLog()
|
|
| Method Summary | |
|---|---|
void |
debug(CharSequence content)
Send a message to the user in the debug error level. |
void |
debug(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the debug error level. |
void |
debug(Throwable error)
Send an exception to the user in the debug error level. |
void |
error(CharSequence content)
Send a message to the user in the error error level. |
void |
error(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the error error level. |
void |
error(Throwable error)
Send an exception to the user in the error error level. |
void |
info(CharSequence content)
Send a message to the user in the info error level. |
void |
info(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the info error level. |
void |
info(Throwable error)
Send an exception to the user in the info error level. |
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarnEnabled()
|
void |
warn(CharSequence content)
Send a message to the user in the warn error level. |
void |
warn(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the warn error level. |
void |
warn(Throwable error)
Send an exception to the user in the warn error level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemStreamLog()
| Method Detail |
|---|
public void debug(CharSequence content)
Log
debug in interface LogLog.debug(java.lang.CharSequence)
public void debug(CharSequence content,
Throwable error)
Log
debug in interface LogLog.debug(java.lang.CharSequence, java.lang.Throwable)public void debug(Throwable error)
Log
debug in interface LogLog.debug(java.lang.Throwable)public void info(CharSequence content)
Log
info in interface LogLog.info(java.lang.CharSequence)
public void info(CharSequence content,
Throwable error)
Log
info in interface LogLog.info(java.lang.CharSequence, java.lang.Throwable)public void info(Throwable error)
Log
info in interface LogLog.info(java.lang.Throwable)public void warn(CharSequence content)
Log
warn in interface LogLog.warn(java.lang.CharSequence)
public void warn(CharSequence content,
Throwable error)
Log
warn in interface LogLog.warn(java.lang.CharSequence, java.lang.Throwable)public void warn(Throwable error)
Log
warn in interface LogLog.warn(java.lang.Throwable)public void error(CharSequence content)
Log
error in interface LogLog.error(java.lang.CharSequence)
public void error(CharSequence content,
Throwable error)
Log
error in interface LogLog.error(java.lang.CharSequence, java.lang.Throwable)public void error(Throwable error)
Log
error in interface LogLog.error(java.lang.Throwable)public boolean isDebugEnabled()
isDebugEnabled in interface LogLog.isDebugEnabled()public boolean isInfoEnabled()
isInfoEnabled in interface LogLog.isInfoEnabled()public boolean isWarnEnabled()
isWarnEnabled in interface LogLog.isWarnEnabled()public boolean isErrorEnabled()
isErrorEnabled in interface LogLog.isErrorEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||