INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxutilacfr::TrivialTracer Class ReferenceA simple implementation of the tracer API which prints to cout. More...
Inherits gbxutilacfr::Tracer.
Detailed DescriptionA simple implementation of the tracer API which prints to cout.
Constructor & Destructor Documentation
Integers specify the tracing level: we'll print out all level at or below this. References gbxutilacfr::DebugTrace, gbxutilacfr::ErrorTrace, gbxutilacfr::InfoTrace, and gbxutilacfr::WarningTrace.
Member Function Documentation
Routing is determined by DebugToXxx parameter. If localOnly is set to TRUE, messages are not sent over the network (useful when traces is caused by network errors). Reimplemented from gbxutilacfr::Tracer. References debug(). Referenced by debug().
Routing is determined by ErrorToXxx parameter. If localOnly is set to TRUE, messages are not sent over the network (useful when traces is caused by network errors). Reimplemented from gbxutilacfr::Tracer. References error(). Referenced by error().
Routing is determined by InfoToXxx parameter. If localOnly is set to TRUE, messages are not sent over the network (useful when traces is caused by network errors). Reimplemented from gbxutilacfr::Tracer. References info(). Referenced by info().
LOCAL INTERFACE. Prints out verbatim to stdout. It is never routed over the network.
Implements gbxutilacfr::Tracer.
Returns the verbosity level for traceType to destType. This test is performed internally by all tracing functions, e.g. error(). You may want to call this function yourself before calling error() if there is a significant overhead in forming the tracing string. See class documentation for an example of such usage. Implements gbxutilacfr::Tracer. References gbxutilacfr::NumberOfTraceTypes.
Routing is determined by WarningToXxx parameter. If localOnly is set to TRUE, messages are not sent over the network (useful when traces is caused by network errors). Reimplemented from gbxutilacfr::Tracer. References warning(). Referenced by warning().
The documentation for this class was generated from the following files:
|