Public Member Functions | |
MessageLogger (System.IO.TextWriter loggerOutput) | |
void | Log (string s) |
void | Log (string s, params object[] args) |
void | LogError (string s) |
void | LogError (string s, params object[] args) |
void | LogTodo (string s) |
void | LogTodo (string s, params object[] args) |
void | LogStartBegin (string deviceStarting) |
void | LogStartBegin (string deviceStarting, params object[] args) |
void | LogStartComplete (string deviceStarted) |
void | LogStopBegin (string deviceStopped) |
void | LogStopBegin (string deviceStopped, params object[] args) |
void | LogSend (string s) |
void | LogSend (string s, params object[] args) |
void | LogReceive (string s) |
void | LogReceive (string s, params object[] args) |
Definition at line 8 of file Common/MessageLogger.cs.
|
<summary> Logs a message in the style "+++ >deviceStarted< Started". </summary> <param name="deviceStarted">The name of the device which has completed startup.</param> Definition at line 42 of file Common/MessageLogger.cs. |
|
<summary> Logs a message in the style "--- >deviceStopped< Stopping". </summary> <param name="deviceStopped">Formatted The name of the device which is stopping.</param> <param name="args">Modifiers for the string</param> Definition at line 59 of file Common/MessageLogger.cs. |
|
<summary> Logs a message in the style "--- >deviceStopped< Stopping". </summary> <param name="deviceStopped">The name of the device which is stopping.</param> Definition at line 50 of file Common/MessageLogger.cs. |