TraceAppender.h contains a log appender class which writes output to the TRACE macro.
The main logging header file cpplog.h
must be included before TraceAppender.h
.
For an introduction to the design and use of the logging framework, see Logging in the User Guide.
The table below lists the C++ object classes declared in the header file.
Class | Description |
---|---|
TraceAppender | An appender class which writes to the TRACE macro. |