Package com.caplin.streamlink
Interface LogInfo
public interface LogInfo
Stores log information including message and level of a log entry.
This will be passed into any LogListener.onLog(com.caplin.streamlink.LogInfo)
method of any LogListener
registered at an appropriate LogLevel
.
The LogListener can then get the log line using the getMessage()
method.
See LogListener
.
-
Method Summary
-
Method Details