Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ILogger.Error Method (string)

Receives log messages at Error level. 

 

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