A class containing file options for the Joutsen.Logging.FileRotationHandler.
More...
A class containing file options for the Joutsen.Logging.FileRotationHandler.
- Since
- 0.4.0
◆ FileRotationOptions()
| Joutsen.Logging.FileRotationOptions.FileRotationOptions |
( |
String |
filepath | ) |
|
◆ FileEncoding
| Encoding Joutsen.Logging.FileRotationOptions.FileEncoding |
|
getset |
The encoding to use when writing to the file.
◆ Filepath
| String Joutsen.Logging.FileRotationOptions.Filepath |
|
get |
The path to the active log file.
◆ NumberOfBackups
| byte Joutsen.Logging.FileRotationOptions.NumberOfBackups |
|
getset |
The number of backups to keep when the file is rotated.
◆ RotationThreshold
| long Joutsen.Logging.FileRotationOptions.RotationThreshold |
|
getset |
The filesize in bytes that should cause log rotation.