LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Classes | Typedefs | Enumerations
lsst::pex::logging::threshold Namespace Reference

Classes

class  Family
 A hierarchical tree structure for holding mappings of names to threshold values. More...
 
class  Memory
 

Typedefs

typedef boost::tokenizer
< boost::char_separator< char > > 
tokenizer
 

Enumerations

enum  { INHERIT = -9999 }
 
enum  { PASS_ALL = INHERIT }
 

Typedef Documentation

typedef boost::tokenizer<boost::char_separator<char> > lsst::pex::logging::threshold::tokenizer

Definition at line 46 of file Memory.h.

Enumeration Type Documentation

anonymous enum

A threshold value that means use the value associated with a parent Log.

Enumerator
INHERIT 

Definition at line 42 of file enum.h.

anonymous enum

A lowest, most permissive possible threshold value, allowing all messages to pass through. This is equivalent to the INHERIT value.

Enumerator
PASS_ALL 

Definition at line 48 of file enum.h.