#include <xmog_tracer.h>
Inheritance diagram for xmog_tracer:

Public Member Functions | |
| virtual void | trace (xmog_trace_facility fac, xmog_trace_level level, const char *format,...)=0 |
| Trace a message if its level at the configured facility is appropriate. | |
| virtual void | trace (int fac, xmog_trace_level level, const char *format,...)=0 |
| Trace a message if its level at the configured facility is appropriate. | |
Static Public Member Functions | |
| static void | traceEventLog (FILE *fpTrace, int traceLevel, const char *format, va_list args) |
| Trace a message using the Windows event log. | |
| static void | traceOutputDebugString (FILE *fpTrace, int traceLevel, const char *format, va_list args) |
Trace a message using the Windows platform API DebugOutputString function. | |
This interface declares two equivalent methods that allow the tracing of arbitrary messages belonging to one or more of the xmog_trace_facility categories.
|
||||||||||||||||||||
|
Trace a message if its level at the configured facility is appropriate.
Implemented in xmog_options. |
|
||||||||||||||||||||
|
Trace a message if its level at the configured facility is appropriate.
Implemented in xmog_options. |
|
||||||||||||||||||||
|
Trace a message using the Windows event log.
|
|
||||||||||||||||||||
|
Trace a message using the Windows platform API
|
1.4.1