Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
ILogger.Info Method (string, Exception)

Receives log messages at Info level and a related exception. 

 

C++
void Info(string line, Exception exception);
C#
void Info(string line, Exception exception);
Visual Basic
Function Info(line As string, exception As Exception) As void
Parameters 
Description 
string line 
The message to be logged.  
Exception exception 
An Exception instance related to the current log message.