Logging Methods

The Logging type exposes the following members.

Methods

NameSummary
public methodLogError(String)
Logs error messages
public methodLogInfo(String)
Logs informational messages
public methodLogWarn(String)
Logs warning messages
public methodQuestionMsg(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)
public methodUserMsg(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)
private methodWriteToLog(String, TraceEventType, String)
Logs Message of eEventType to System.Diagnostics.Trace