66 void Exception(DateTime Timestamp,
string Exception);
79 void Exception(DateTime Timestamp, Exception Exception);
Interface for classes that can be observed.
void Error(DateTime Timestamp, string Error)
Called to inform the viewer of an error state.
void Warning(DateTime Timestamp, string Warning)
Called to inform the viewer of a warning state.
void Exception(Exception Exception)
Called to inform the viewer of an exception state.
void Information(string Comment)
Called to inform the viewer of something.
void Information(DateTime Timestamp, string Comment)
Called to inform the viewer of something.
void Exception(string Exception)
Called to inform the viewer of an exception state.
void Exception(DateTime Timestamp, Exception Exception)
Called to inform the viewer of an exception state.
bool DecoupledEvents
If events raised from the communication layer are decoupled, i.e. executed in parallel with the sourc...
void Exception(DateTime Timestamp, string Exception)
Called to inform the viewer of an exception state.
void Error(string Error)
Called to inform the viewer of an error state.
void Warning(string Warning)
Called to inform the viewer of a warning state.