Logger Class |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Active | Activate exception logging. Default: true | |
| ExceptionLogFile | Full path of the exception log file. Set the exception log file to configure exception logging. |
| 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. |