Skip to content

Rose::Logger::mnemonic_to_level

Permit the runtime (CLI) to control the verbosity of any logger. It override the compile‐time value (provided by constructor).

Synopsis

Declared in <src/Rose/Logger.h>

static
std::map<std::string, Logger::Level> mnemonic_to_level;

Created with MrDocs