Class
caplin.streamlink

LogInfo

Stores log information including message and level of a log entry.

This will be passed into any caplin.streamlink.LogListener#onLog method of any caplin.streamlink.LogListener registered at an appropriate caplin.streamlink.LogLevel. The LogListener can then get the log line using the caplin.streamlink.LogInfo#getMessage method. See caplin.streamlink.LogListener.

Constructor Summary

Attributes Name and Description
caplin.streamlink.LogInfo()

Method Summary

Attributes Name and Description
Date getDate()

Returns the date for this log entry.

caplin.streamlink.LogLevel getLevel()

Returns the log level for this log entry.

String getMessage()

Returns the message text for this log entry.

Constructor Detail

caplin.streamlink.LogInfo()

Method Detail

Date getDate()

Returns the date for this log entry.

Returns
{Date} The date for this log level.

caplin.streamlink.LogLevel getLevel()

Returns the log level for this log entry.

Returns
{caplin.streamlink.LogLevel} The log level.

String getMessage()

Returns the message text for this log entry.

Returns
{String} The message text.