StreamLink.NET  6.2.10-3513-c11dd52
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.ConsoleLogListener Class Reference

Utility class to aid debugging. More...

Inheritance diagram for Caplin.StreamLink.ConsoleLogListener:
Caplin.StreamLink.ILogListener

Public Member Functions

virtual void OnLog (Caplin.StreamLink.ILogInfo info)
 Called when a StreamLink log message is to be logged. More...
 

Detailed Description

Utility class to aid debugging.

Register by calling ILogger.AddListener on the logger acquired from IStreamLink

Member Function Documentation

virtual void Caplin.StreamLink.ConsoleLogListener.OnLog ( Caplin.StreamLink.ILogInfo  logInfo)
inlinevirtual

Called when a StreamLink log message is to be logged.

Parameters
logInfoThe LogInfo object, containing the log message text and log level.

Implements Caplin.StreamLink.ILogListener.


Generated on Thu Apr 27 2017 14:05:45 for StreamLink.NET