public interface LogSink extends LifeCycle, Serializable
| Modifier and Type | Method and Description |
|---|---|
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 setLogImpl(LogImpl impl)
void log(String tag, Object msg, Frame frame, long time)
tag - Tag for type of logmsg - The messageframe - The frame that generated the message.time - The time stamp of the message.void log(String formattedLog)
formattedLog - Copyright © 2015. All Rights Reserved.