18 auto const data = toml::parse(file);
void setupLoggers(toml::value const &data)
Using data read from a toml file, extract vector of tables representing every logger specified....
void setupPatterns(toml::value const &data)
Using data read from a toml file, search for the key global_pattern. If it exists,...
void setupSinks(toml::value const &data)
Using data read from a toml file, extract vector of tables representing every sink specified....
void setupThreadPools(toml::value const &data)
Using data read from a toml file, search for a table global_thread_pool, and initialize it with the s...
The only public-facing namespace in the library.
void setupFrom(std::string const &file)
This function performs all setup needed to start logging. It should be the only callable part of the ...