|
ORE Studio 0.0.4
|
Options related to logging. More...
#include <logging_options.hpp>

Public Attributes | |
| std::string | severity |
| Level at which to log. | |
| std::string | filename |
| Name of the file to log into. If empty, file logging is disabled. | |
| bool | output_to_console |
| If true, dumps the log into the console. | |
| std::filesystem::path | output_directory |
| Directory in which to place the output. | |
| bool | include_pid = false |
| If true, includes the process ID in the log filename. | |
| std::string | tag |
| Tag to filter the logging. If supplied, only messages with this tag will be logged. | |
Options related to logging.
| bool include_pid = false |
If true, includes the process ID in the log filename.
When enabled, the filename is modified to include the PID before the extension. For example: "app.log" becomes "app.12345.log".