Class Logger

Nested Relationships

Nested Types

Class Documentation

class Logger

Public Functions

Logger(const Config &config)
~Logger()
Logger &operator=(const Logger&)
Logger(const Logger&)

Public Static Functions

static bool setLoggingLevel(spdlog::logger &logger, std::string const level)
struct Config

Public Members

std::string level = {"off"}

Public Static Functions

template<class App>
static void addOptions(App &app, Config &config)