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