LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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.