public class NullLogSink extends Object implements LogSink
| Constructor and Description |
|---|
NullLogSink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptions() |
boolean |
isStarted() |
void |
log(String formattedLog)
Log a message.
|
void |
log(String tag,
Object msg,
Frame frame,
long time)
Log a message.
|
void |
setLogImpl(LogImpl impl) |
void |
setOptions(String options) |
void |
start()
Start the LifeCycle.
|
void |
stop()
Stop the LifeCycle.
|
public void setOptions(String options)
public String getOptions()
public void log(String tag, Object msg, Frame frame, long time)
LogSinkpublic void log(String formattedLog)
LogSinkpublic void start()
LifeCyclepublic void stop()
LifeCyclepublic boolean isStarted()
public void setLogImpl(LogImpl impl)
setLogImpl in interface LogSinkCopyright © 2015. All Rights Reserved.