Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Member Data Documentation

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==().


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