$search
Public Member Functions | |
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. | |
Public Attributes | |
bool | enabled_ |
Definition at line 93 of file utest.cpp.
virtual bool BasicFilter::isEnabled | ( | ) | [inline, virtual] |
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.