Logging Methods
The Logging type exposes the following members.
Methods
Name | Summary | |
---|---|---|
LogError(String) | Logs error messages | |
LogInfo(String) | Logs informational messages | |
LogWarn(String) | Logs warning messages | |
QuestionMsg(String, MsgBoxStyle, String, MsgBoxStyle) | ask User (default OKCancel) and log as warning if Critical Or Exclamation (logged errors would pop up the trace information window) | |
UserMsg(String, String, MsgBoxStyle) | show message to User (default Error message) and log as warning if Critical Or Exclamation (logged errors would pop up the trace information window) | |
WriteToLog(String, TraceEventType, String) | Logs Message of eEventType to System.Diagnostics.Trace |