EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
eduart::logger::LoggerClient Class Reference

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)

Detailed Description

Observer interface of the Logger class. Defines the callback method that is triggered by the Logger.

Member Function Documentation

◆ onOutputLog()

virtual void eduart::logger::LoggerClient::onOutputLog ( logger::LogVerbosity verbosity,
const std::string & msg )
inlinevirtual

Callback method for the log output of the sensorring library

Parameters
[in]verbosityverbosity level of the log message
[in]msglog message string

The documentation for this class was generated from the following file: