public interface LogSink extends LifeCycle, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
log(java.lang.String formattedLog)
Log a message.
|
void |
log(java.lang.String tag,
java.lang.Object msg,
Frame frame,
long time)
Log a message.
|
void |
setLogImpl(LogImpl impl) |
void setLogImpl(LogImpl impl)
void log(java.lang.String tag, java.lang.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(java.lang.String formattedLog)
formattedLog
- Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.