Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ILogger.Debug Method (string, Exception)

Receives log messages at Debug level and a related exception. 

 

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