INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxutilacfr::TrivialTracer Class Reference A simple implementation of the tracer API which prints to cout. More...
Inheritance diagram for gbxutilacfr::TrivialTracer:
![]()
Detailed DescriptionA simple implementation of the tracer API which prints to cout.
Constructor & Destructor Documentation◆ TrivialTracer()
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◆ debug()
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 gbxutilacfr::NumberOfTraceTypes, and gbxutilacfr::ToAny. ◆ error()
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. ◆ info()
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. ◆ print()
LOCAL INTERFACE. Prints out verbatim to stdout. It is never routed over the network.
Implements gbxutilacfr::Tracer. ◆ verbosity()
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. ◆ warning()
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. The documentation for this class was generated from the following files:
|