|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.monitor.logging.DefaultLog
public class DefaultLog
Constructor Summary | |
---|---|
DefaultLog(org.codehaus.plexus.logging.Logger logger)
|
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 DefaultLog(org.codehaus.plexus.logging.Logger logger)
Method Detail |
---|
public void debug(CharSequence content)
Log
debug
in interface Log
public void debug(CharSequence content, Throwable error)
Log
debug
in interface Log
public void debug(Throwable error)
Log
debug
in interface Log
public void info(CharSequence content)
Log
info
in interface Log
public void info(CharSequence content, Throwable error)
Log
info
in interface Log
public void info(Throwable error)
Log
info
in interface Log
public void warn(CharSequence content)
Log
warn
in interface Log
public void warn(CharSequence content, Throwable error)
Log
warn
in interface Log
public void warn(Throwable error)
Log
warn
in interface Log
public void error(CharSequence content)
Log
error
in interface Log
public void error(CharSequence content, Throwable error)
Log
error
in interface Log
public void error(Throwable error)
Log
error
in interface Log
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
public boolean isInfoEnabled()
isInfoEnabled
in interface Log
public boolean isWarnEnabled()
isWarnEnabled
in interface Log
public boolean isErrorEnabled()
isErrorEnabled
in interface Log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |