Class StderrLog#

Inheritance Relationships#

Base Type#

  • public spdlog::sinks::stderr_color_sink_mt

Class Documentation#

class StderrLog : public spdlog::sinks::stderr_color_sink_mt#

Class used to print everything error and above to stderr.

Similar to StdoutLog, only want to print errors and above here, even if the verbosity is lower.