Definition of the SPLAPPLOG and SPLAPPTRC macros. More...

#include <SPL/Runtime/Common/RuntimeDebugAspect.h>

Detailed Description

Definition of the SPLAPPLOG and SPLAPPTRC macros.

Macro Definition Documentation

◆ SPLAPPLOG

Record an application logging message

Parameters

Example usage:

SPLAPPLOG(L_ERROR, "Total operator failure!! Restart system!", "myoper, input")

◆ SPLAPPTRC

Record an application tracing message

Parameters

Example usage:

SPLAPPTRC(L_INFO, "The processing of tuples on port index '" << port << "' has failed", "myoper, input")

◆ SPLLOG

Log a trace message (Deprecated - use SPLAPPTRC)

Parameters

Example usage:

SPLLOG(L_INFO, "The processing of tuples on port index '" << port << "' has failed", "myoper, input")