![]() |
EduArt Sensor Ring Library 3.0.1
|
Observer interface of the Logger class. Defines the callback method that is triggered by the Logger. More...
#include <LoggerClient.hpp>
Public Member Functions | |
| virtual | ~LoggerClient ()=default |
| Destructor. | |
| virtual void | onOutputLog (logger::LogVerbosity verbosity, const std::string &msg) |
Observer interface of the Logger class. Defines the callback method that is triggered by the Logger.
|
inlinevirtual |
Callback method for the log output of the sensorring library
| [in] | verbosity | verbosity level of the log message |
| [in] | msg | log message string |