public interface LogSink extends LifeCycle, Serializable
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 © 2013. All Rights Reserved.