|
| BasicFilter (bool enabled) |
|
virtual bool | isEnabled () |
| Returns whether or not the log statement should be printed. Called before the log arguments are evaluated and the message is formatted. More...
|
|
virtual bool | isEnabled (FilterParams &) |
| Returns whether or not the log statement should be printed. Called once the message has been formatted, and allows you to change the message, logger and severity level if necessary. More...
|
|
virtual | ~FilterBase () |
|
Definition at line 106 of file utest.cpp.
◆ BasicFilter()
BasicFilter::BasicFilter |
( |
bool |
enabled | ) |
|
|
inline |
◆ isEnabled()
virtual bool BasicFilter::isEnabled |
( |
| ) |
|
|
inlinevirtual |
Returns whether or not the log statement should be printed. Called before the log arguments are evaluated and the message is formatted.
Reimplemented from ros::console::FilterBase.
Definition at line 112 of file utest.cpp.
◆ enabled_
bool BasicFilter::enabled_ |
The documentation for this struct was generated from the following file: