Options related to logging.
More...
#include <logging_options.hpp>
|
|
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.
|
| |
|
std::string | tag |
| | Tag to filter the logging. If supplied, only messages with this tag will be logged.
|
| |
Options related to logging.