Rosetta
|
Tracer IO system. More...
#include <utility/pointer/owning_ptr.hh>
Namespaces | |
basic | |
Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input. | |
Typedefs | |
typedef utility::pointer::shared_ptr< TracerImpl > | basic::TracerImplOP |
typedef utility::pointer::shared_ptr< TracerImpl const > | basic::TracerImplCOP |
Enumerations | |
enum | basic::TracerPriority { basic::t_fatal = 0 , basic::t_error = 100 , basic::t_warning = 200 , basic::t_info = 300 , basic::t_debug = 400 , basic::t_trace = 500 } |
Priority levels for T() and Tracer object, modeled on the log4j project and its offspring. Priorities in Tracer are still ints so users can pass other arbitrary integer values (for now). More... | |
Tracer IO system.