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
.
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate()
Returns the date for this log entry.
|
LogLevel |
getLevel()
Returns the log level for this log entry.
|
java.lang.String |
getMessage()
Returns the message text for this log entry.
|
java.lang.String getMessage()
Returns the message text for this log entry.
LogLevel getLevel()
Returns the log level for this log entry.
java.util.Date getDate()
Returns the date for this log entry.
Please send bug reports and comments to Caplin support