Rosetta
Public Member Functions | Public Attributes | List of all members
basic::TracerOptions Struct Reference

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...
 

Detailed Description

data structure to store all system level options for Tracer system.

Member Function Documentation

◆ operator!=()

bool basic::TracerOptions::operator!= ( TracerOptions const &  other) const

◆ operator==()

bool basic::TracerOptions::operator== ( TracerOptions const &  other) const

Member Data Documentation

◆ level

int basic::TracerOptions::level = 300

◆ levels

utility::vector1<std::string> basic::TracerOptions::levels

list of muted channels

Referenced by operator==().

◆ muted

utility::vector1<std::string> basic::TracerOptions::muted

list of muted channels

Referenced by operator==().

◆ print_channel_name

bool basic::TracerOptions::print_channel_name = true

should channel name be printed during the IO?

Referenced by operator==().

◆ timestamp

bool basic::TracerOptions::timestamp = false

should a timestamp be added to the channel name?

Referenced by operator==().

◆ unmuted

utility::vector1<std::string> basic::TracerOptions::unmuted

list of unmuted channels

Referenced by operator==().


The documentation for this struct was generated from the following files: