Class
caplin.streamlink

LogInfo

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

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.