Logger Methods |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| WriteLog(String) | Writes text in the log file. | |
| WriteLog(String, String, Boolean) | Writes text in the log file. | |
| WriteLogException(Exception) | Writes the exception details in the log file. | |
| WriteLogException(Object, Exception) | Writes the exception details in the log file. | |
| WriteLogInfo | Writes information in the log file. |