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

Receives log messages at Fatal level and a related exception. 

 

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