Gobelijn API documentation
- generated for commit a0cbea7
|
Header for TracerOutput. More...
#include <string>
Go to the source code of this file.
Classes | |
class | UA_CoMP::Misc::TracerOutput |
Class used to channel output of the BlockTracer, FunctionTracer and MemberTracer objects to the g3log. More... | |
Namespaces | |
UA_CoMP | |
Namespace Comp groups all code developed by the CoMP group. | |
UA_CoMP::Misc | |
Legacy miscellaneous code. | |
Macros | |
#define | COMP_MISC_TRACER_OUTPUT_ON UA_CoMP::Misc::g_tracer_log.set_output_on() |
Macro for turning tracker output on. More... | |
#define | COMP_MISC_TRACER_OUTPUT_OFF UA_CoMP::Misc::g_tracer_log.set_output_off() |
Macro for turning tracker output off. More... | |
#define | COMP_MISC_LOG_TRACER(MSG) UA_CoMP::Misc::g_tracer_log.log(MSG) |
Macro for inserting log message into tracker output at current severity level. More... | |
Header for TracerOutput.
Definition in file TracerOutput.h.
#define COMP_MISC_TRACER_OUTPUT_ON UA_CoMP::Misc::g_tracer_log.set_output_on() |
Macro for turning tracker output on.
Definition at line 11 of file TracerOutput.h.
Referenced by app_poly1(), and app_poly2().
#define COMP_MISC_TRACER_OUTPUT_OFF UA_CoMP::Misc::g_tracer_log.set_output_off() |
Macro for turning tracker output off.
Definition at line 14 of file TracerOutput.h.
Referenced by app_poly1(), and app_poly2().
#define COMP_MISC_LOG_TRACER | ( | MSG | ) | UA_CoMP::Misc::g_tracer_log.log(MSG) |
Macro for inserting log message into tracker output at current severity level.
Definition at line 17 of file TracerOutput.h.
Referenced by app_copy(), app_essentialops(), app_exception(), app_fcalls(), app_hierarchies(), app_poly1(), app_poly2(), ODemo::LandVehicle::info(), ODemo::WaterVehicle::info(), ODemo::SailBoat::info(), ODemo::RoadVehicle::info(), ODemo::PassengerRoadVehicle::info(), and ODemo::Bicycle::info().