Class JsonLogger#
Defined in File MsgLogger.h
Class Documentation#
-
class JsonLogger#
Base class for json loggers. Json log information will come in on the log functions, and derived classes can do whatever they want with it.
Public Functions
-
JsonLogger(std::string_view name)#
Contstructor.
- Parameters:
name – The name of the logger.
-
virtual ~JsonLogger()#
Destructor.
-
JsonLogger(std::string_view name)#