![]() |
EduArt Sensor Ring Library 3.0.1
|
LoggerClient that can be registered with the Logger to receive log messages. More...
Go to the source code of this file.
Classes | |
| class | eduart::logger::LoggerClient |
| Observer interface of the Logger class. Defines the callback method that is triggered by the Logger. More... | |
Functions | |
| SENSORRING_API std::string | eduart::logger::toString (LogVerbosity verbosity) noexcept |
| Function to convert the LogVerbosity enum class members to string. | |
| SENSORRING_API std::ostream & | eduart::logger::operator<< (std::ostream &os, LogVerbosity verbosity) noexcept |
| Output stream operator for the LogVerbosity enum class members. | |
Variables | |
| Debug | |
| Info | |
| Warning | |
| Error | |
LoggerClient that can be registered with the Logger to receive log messages.
|
noexcept |
Output stream operator for the LogVerbosity enum class members.
| [in] | verbosity | to be printed as stream |
|
noexcept |
Function to convert the LogVerbosity enum class members to string.
| [in] | verbosity | to be converted to a string |