A small wrapper that configures logging for carl.
carl is the main namespace for the library.
void setInitialLogLevel()
Logger & logger()
Returns the single global instance of a Logger.
@ LVL_WARN
Potentially harmful situations or undesired states.
void configure(const std::string &id, std::shared_ptr< Sink > sink)
Installs the given sink.
Filter & filter(const std::string &id) noexcept
Retrieves the Filter for some Sink.
void resetFormatter() noexcept
Reconfigures all Formatter objects.