Package com.caplin.streamlink
Class ConsoleLogListener
java.lang.Object
com.caplin.streamlink.ConsoleLogListener
- All Implemented Interfaces:
LogListener
Utility class to aid debugging.
Register by calling Logger.addListener(com.caplin.streamlink.LogListener, com.caplin.streamlink.LogLevel)
on the logger acquired from StreamLink
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConsoleLogListener
public ConsoleLogListener()
-
-
Method Details
-
onLog
Description copied from interface:LogListener
Called when a StreamLink log message is to be logged.
- Specified by:
onLog
in interfaceLogListener
- Parameters:
info
- The LogInfo object, containing the log message text and log level.
-