Definition at line 10 of file logger.cpp.
◆ LogSink()
◆ getLogLevel()
Logger will not sink messages with a severity level lower than returned by this method. Default level is DEBUG.
Reimplemented from uavcan::ILogSink.
Definition at line 19 of file logger.cpp.
◆ log()
void LogSink::log |
( |
const uavcan::protocol::debug::LogMessage & |
message | ) |
|
|
inline |
◆ pop()
uavcan::protocol::debug::LogMessage LogSink::pop |
( |
| ) |
|
|
inline |
◆ popMatchByLevelAndText()
bool LogSink::popMatchByLevelAndText |
( |
int |
level, |
|
|
const std::string & |
source, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |
◆ level
◆ msgs
std::queue<uavcan::protocol::debug::LogMessage> LogSink::msgs |
The documentation for this struct was generated from the following file: