Class StdoutLog#
Defined in File MsgLogger.h
Inheritance Relationships#
Base Type#
public spdlog::sinks::stdout_color_sink_mt
Class Documentation#
-
class StdoutLog : public spdlog::sinks::stdout_color_sink_mt#
Class used to print everything below error to stdout.
Using some info from gabime/spdlog#345 By default, spdlogs only print above a certain verbosity level. However, with console loggers, we want to print errors to stderr and everything else to stdout. Therefore, we need a range, from the chosen verbosity level to error.