|
Lightstreamer Unity Client 2.1.3
|
Receives log messages at Warn level and a related exception.
void Warn(string line, Exception exception);
void Warn(string line, Exception exception);
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. |