Rosetta
|
data structure to store all system level options for Tracer system. More...
#include <TracerImpl.hh>
Public Member Functions | |
bool | operator== (TracerOptions const &other) const |
bool | operator!= (TracerOptions const &other) const |
Public Attributes | |
int | level = 300 |
system priority level More... | |
bool | print_channel_name = true |
should channel name be printed during the IO? More... | |
bool | timestamp = false |
should a timestamp be added to the channel name? More... | |
utility::vector1< std::string > | muted |
list of muted channels More... | |
utility::vector1< std::string > | unmuted |
list of unmuted channels More... | |
utility::vector1< std::string > | levels |
list of muted channels More... | |
data structure to store all system level options for Tracer system.
bool basic::TracerOptions::operator!= | ( | TracerOptions const & | other | ) | const |
bool basic::TracerOptions::operator== | ( | TracerOptions const & | other | ) | const |
int basic::TracerOptions::level = 300 |
utility::vector1<std::string> basic::TracerOptions::levels |
list of muted channels
Referenced by operator==().
utility::vector1<std::string> basic::TracerOptions::muted |
list of muted channels
Referenced by operator==().
bool basic::TracerOptions::print_channel_name = true |
should channel name be printed during the IO?
Referenced by operator==().
bool basic::TracerOptions::timestamp = false |
should a timestamp be added to the channel name?
Referenced by operator==().
utility::vector1<std::string> basic::TracerOptions::unmuted |
list of unmuted channels
Referenced by operator==().