ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
logging_options Struct Referencefinal

Options related to logging. More...

#include <logging_options.hpp>

Collaboration diagram for logging_options:
Collaboration graph

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

Detailed Description

Options related to logging.