|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.PluginLogger
hudson.plugins.analysis.util.NullLogger
public final class NullLogger
Null logger.
| Constructor Summary | |
|---|---|
NullLogger()
Creates a new instance of NullLogger. |
|
| Method Summary | |
|---|---|
void |
log(String message)
Logs the specified message. |
void |
log(Throwable throwable)
Logs the specified throwable. |
void |
logLines(String lines)
Logs several lines that already contain a prefix. |
void |
printStackTrace(Throwable throwable)
Logs the stack trace of the throwable. |
| Methods inherited from class hudson.plugins.analysis.util.PluginLogger |
|---|
setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullLogger()
NullLogger.
| Method Detail |
|---|
public void log(String message)
PluginLogger
log in class PluginLoggermessage - the messagepublic void log(Throwable throwable)
PluginLogger
log in class PluginLoggerthrowable - the throwablepublic void printStackTrace(Throwable throwable)
PluginLogger
printStackTrace in class PluginLoggerthrowable - the throwablepublic void logLines(String lines)
PluginLogger
logLines in class PluginLoggerlines - the lines to log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||