Definition of the SPLAPPLOG and SPLAPPTRC macros. More...
#include <SPL/Runtime/Common/RuntimeDebugAspect.h>
Macros |
|
#define | SPLAPPLOG(level, text, aspect) ... |
#define | SPLAPPTRC(level, text, aspect) ... |
#define | SPLLOG(level, text, aspect) ... |
#define SPLAPPLOG | ( | level, | |
text, | |||
aspect | |||
) | ... |
Record an application logging message
level | logging level (one of L_INFO , L_WARN , L_ERROR ) |
text | text to print as part of the message |
aspect | debug aspects (string containing a comma separated list of aspects) |
Example usage:
#define SPLAPPTRC | ( | level, | |
text, | |||
aspect | |||
) | ... |
Record an application tracing message
level | logging level (one of L_TRACE , L_DEBUG , L_INFO , L_WARN , L_ERROR ) |
text | text to print as part of the message |
aspect | debug aspects (string containing a comma separated list of aspects) |
Example usage:
#define SPLLOG | ( | level, | |
text, | |||
aspect | |||
) | ... |
Log a trace message (Deprecated - use SPLAPPTRC)
level | logging level (one of L_TRACE , L_DEBUG , L_INFO , L_ERROR ) |
text | text to print as part of the message |
aspect | debug aspects (string containing a comma seperated list of aspects) |
Example usage: