Qs |
| Name | Description | |
|---|---|---|
| Write(String) | Writes the specified message to the log file. It uses default category and log type. | |
| Write(String, LogMessageTypeEnum) | Writes the specified message to the log file. It uses default category. | |
| Write(String, String) | Writes the specified message to the log file. It uses default log type. | |
| Write(String, String, LogMessageTypeEnum) | Writes the specified message to the log file. |