Lightstreamer .Net Standard Client 4.0.0
|
Receives log messages at Error level and a related exception.
void Error(string line, Exception exception);
void Error(string line, Exception exception);
Function Error(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. |