Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ILogger Interface

Interface to be implemented to consume log from the library. 

Instances of implemented classes are obtained by the library through the ILoggerProvider instance set on LSClient.SetLoggerProvider. 

 

C++
public: __interface ILogger;
C#
public interface ILogger;
Visual Basic
Public Interface ILogger