Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ILogger.Warn Method (string, Exception)

Receives log messages at Warn level and a related exception. 

 

C++
void Warn(string line, Exception exception);
C#
void Warn(string line, Exception exception);
Visual Basic
Function Warn(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.