Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
TracerOutput.h File Reference

Header for TracerOutput. More...

#include <string>
Include dependency graph for TracerOutput.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for TracerOutput.

Author
J.Broeckhove CoMP/UA

Definition in file TracerOutput.h.

Macro Definition Documentation

#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)