Defines a group of messages to be sent to the Goby logger. For Verbosity == verbose streams, all entries appear interleaved, but each group is offset with a different color. For Verbosity == gui streams, all groups have a separate subwindow.
More...
#include <goby/util/debug_logger/logger_manipulators.h>
Defines a group of messages to be sent to the Goby logger. For Verbosity == verbose streams, all entries appear interleaved, but each group is offset with a different color. For Verbosity == gui streams, all groups have a separate subwindow.
Definition at line 68 of file logger_manipulators.h.
◆ Group()
◆ color() [1/2]
Color to use when displaying this group (for streams that support terminal escape codes only: std::cout, std::cerr, std::clog)
Definition at line 84 of file logger_manipulators.h.
◆ color() [2/2]
◆ description() [1/2]
std::string goby::util::logger::Group::description |
( |
| ) |
const |
|
inline |
◆ description() [2/2]
void goby::util::logger::Group::description |
( |
const std::string & |
s | ) |
|
|
inline |
◆ enabled() [1/2]
bool goby::util::logger::Group::enabled |
( |
| ) |
const |
|
inline |
◆ enabled() [2/2]
void goby::util::logger::Group::enabled |
( |
bool |
b | ) |
|
|
inline |
◆ name() [1/2]
std::string goby::util::logger::Group::name |
( |
| ) |
const |
|
inline |
◆ name() [2/2]
void goby::util::logger::Group::name |
( |
const std::string & |
s | ) |
|
|
inline |
The documentation for this class was generated from the following file: