Rosetta Utilities  2015.09
Public Attributes | List of all members
basic::TracerOptions Struct Reference

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

#include <Tracer.hh>

Public Attributes

int level
 system priority level More...
 
bool print_channel_name
 should channel name be printed during the IO? More...
 
bool timestamp
 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 Data Documentation

int basic::TracerOptions::level

system priority level

Referenced by basic::Tracer::calculate_visibility().

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

list of muted channels

Referenced by basic::Tracer::calculate_visibility().

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

list of muted channels

Referenced by basic::Tracer::calculate_visibility().

bool basic::TracerOptions::print_channel_name

should channel name be printed during the IO?

Referenced by basic::Tracer::prepend_channel_name().

bool basic::TracerOptions::timestamp

should a timestamp be added to the channel name?

Referenced by basic::Tracer::prepend_channel_name().

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

list of unmuted channels

Referenced by basic::Tracer::calculate_visibility().


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