| Logger Properties |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| DateTimeFormatFull |
Gets or sets the format of full datetime string.
| |
| DateTimeFormatTimeOnly |
Gets or sets the format of time-only string.
| |
| DisableOnException |
Gets or sets whether the logging should be automatically disabled instead of throwing exception when logging error occurs.
| |
| Enabled |
Gets or sets whether the logging into a file or memory buffer is enabled.
| |
| FileEncoding |
Gets or sets Encoding to be used when writing into
the log file.
| |
| Filename |
Gets or sets the log file name.
| |
| Format |
Gets or sets flags which specify formatting of log entries placed into the log.
| |
| HidePasswords |
Gets or sets whether the actual password data may appear in the log or not.
| |
| KeepLogFileOpen |
Gets or sets whether the log file must be kept open during MailBee session.
| |
| LogDnsQueryBody |
Gets or sets whether DNS MX lookup query binary data must be added into the log.
| |
| MaxSize |
Gets or sets the maximum allowed length (in characters) of the file or memory log.
| |
| MemoryLog |
Gets or sets whether the logging must be performed into a log file or into a memory buffer.
| |
| OldFilename |
Gets or sets the name of a backup file the log must be renamed into when its size
exceeds the maximum allowed limit.
| |
| SyncRoot |
Gets or sets the object to be used for synchronized access to the log file.
|