public class NullLogHandler extends Object implements LogHandler
| Constructor and Description |
|---|
NullLogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
onMessage(boolean verbose,
String logString) |
void |
open() |
public void onMessage(boolean verbose,
String logString)
onMessage in interface LogHandlerpublic void open()
open in interface LogHandlerpublic void close()
close in interface LogHandlerCopyright © 2017. All rights reserved.