Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ILogger.Info Method (string)

Receives log messages at Info level. 

 

C++
void Info(string line);
C#
void Info(string line);
Visual Basic
Function Info(line As string) As void
Parameters 
Description 
string line 
The message to be logged.