#include <log_event.h>
Definition at line 13 of file log_event.h.
◆ Channel
Enumerator |
---|
NotApplicable | |
Stdout | |
Stderr | |
Definition at line 29 of file log_event.h.
◆ Type
Enumerator |
---|
Raw | Raw messages from monitored nodes. These are self-coded using ANSI escape codes.
|
Debug | |
Info | |
Warning | |
Error | |
Definition at line 16 of file log_event.h.
◆ LogEvent()
rosmon::LogEvent::LogEvent |
( |
std::string |
source, |
|
|
std::string |
message, |
|
|
Type |
type = Type::Raw |
|
) |
| |
|
inline |
◆ coloredString()
std::string rosmon::LogEvent::coloredString |
( |
| ) |
const |
|
inline |
◆ channel
◆ message
std::string rosmon::LogEvent::message |
◆ muted
bool rosmon::LogEvent::muted = false |
◆ showStdout
bool rosmon::LogEvent::showStdout = true |
◆ source
std::string rosmon::LogEvent::source |
◆ type
Type rosmon::LogEvent::type |
The documentation for this struct was generated from the following file: