MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ TraceInjectMessage()

void TraceInjectMessage ( RSITrace  traceLevel,
const char *  msg 
)
pure virtual

Add a message to the Trace Log.

Description:
TraceInjectMessage will put whatever message you created at whatever level you specific in the log.
Sample Code:
axis->TraceInjectMessage(RSITraceCUSTOM, "Starting Process Alpha"); //Can be used as a sort aid.
Note
You should pretty much always use RSITraceCUSTOM as the traceLevel.
See also
TraceFileSet, Trace, TraceMaskOnSet, TraceMaskOnGet, TraceMaskOffSet