|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.internal.log.AbstractLogger
org.codehaus.cargo.util.log.NullLogger
public class NullLogger
Null implementation which does nothing with log messages.
| Constructor Summary | |
|---|---|
NullLogger()
|
|
| Method Summary | |
|---|---|
protected void |
doLog(LogLevel level,
java.lang.String message,
java.lang.String category)
Common method for all severity levels. |
| Methods inherited from class org.codehaus.cargo.util.internal.log.AbstractLogger |
|---|
debug, getLevel, info, setLevel, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullLogger()
| Method Detail |
|---|
protected void doLog(LogLevel level,
java.lang.String message,
java.lang.String category)
doLog in class AbstractLoggerlevel - the log level (aka severity) of the messagemessage - the message to logcategory - the log categoryAbstractLogger.doLog(LogLevel, String, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||