File logger options.
More...
|
| | FileLoggerOptions (const std::string &directory, const std::string &filePattern) |
| | Creates options that specify the creation of log files with the pattern filePattern in the directory. More...
|
| |
| | BasicLoggerOptions () |
| | Creates default options. More...
|
| |
◆ FileLoggerOptions()
| catapult::utils::FileLoggerOptions::FileLoggerOptions |
( |
const std::string & |
directory, |
|
|
const std::string & |
filePattern |
|
) |
| |
|
inlineexplicit |
Creates options that specify the creation of log files with the pattern filePattern in the directory.
◆ Directory
| std::string catapult::utils::FileLoggerOptions::Directory |
◆ FilePattern
| std::string catapult::utils::FileLoggerOptions::FilePattern |
◆ MaxTotalSize
| uint64_t catapult::utils::FileLoggerOptions::MaxTotalSize = 100u * 25 * 1024 * 1024 |
Maximum size of all log files.
◆ MinFreeSpace
| uint64_t catapult::utils::FileLoggerOptions::MinFreeSpace = 100u * 1024 * 1024 |
Minimum size of free disk space in order to create log files.
◆ RotationSize
| uint64_t catapult::utils::FileLoggerOptions::RotationSize = 25u * 1024 * 1024 |
The documentation for this struct was generated from the following file: