Click or drag to resize

Logger Methods

The Logger type exposes the following members.

Methods
 NameDescription
Public methodStatic memberWriteLog(String) Writes text in the log file.
Public methodStatic memberWriteLog(String, String, Boolean) Writes text in the log file.
Public methodStatic memberWriteLogException(Exception) Writes the exception details in the log file.
Public methodStatic memberWriteLogException(Object, Exception) Writes the exception details in the log file.
Public methodStatic memberWriteLogInfo Writes information in the log file.
Top
See Also