|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.log.NoOpLogger
public final class NoOpLogger
The no-operation logger, it does nothing with the received logging
statements. And returns false by default for isLogging()
| Constructor Summary | |
|---|---|
NoOpLogger()
|
|
| Method Summary | |
|---|---|
boolean |
isLogging()
Enable/disable logging. |
void |
log(Class<?> klass,
String msg)
Called when a logging message is received |
void |
log(String msg)
Called when a logging message is received |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpLogger()
| Method Detail |
|---|
public void log(String msg)
Logger
log in interface Logger
public void log(Class<?> klass,
String msg)
Logger
log in interface Loggerpublic boolean isLogging()
Logger
isLogging in interface Logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||