ModErn Text Analysis
META Enumerates Textual Applications
|
Namespace which contains all of the logging interface classes. More...
Classes | |
class | logger |
logger: Main logging class. More... | |
Functions | |
logger & | get_logger () |
void | add_sink (const logger::sink &s) |
Adds a sink to a static instance of a logger. More... | |
void | add_sink (logger::sink &&s) |
Adds a sink to a static instance of a logger. More... | |
void | set_cerr_logging (logging::logger::severity_level sev=logging::logger::severity_level::trace) |
Sets up default logging to cerr. More... | |
Namespace which contains all of the logging interface classes.
|
inline |
|
inline |
Adds a sink to a static instance of a logger.
s | The sink to add to the static logger instance |
|
inline |
Adds a sink to a static instance of a logger.
s | The sink to add to the static logger instance |
|
inline |
Sets up default logging to cerr.
Useful for a lot of the demo apps to reduce verbosity in setup.
sev | The severity level below which to filter out (defaults to trace ) |