RMP Motion Controller
10.6.7
APIs
, concepts, guides, and more
Community
Support
Contact
◆
TraceInjectMessage()
void TraceInjectMessage
(
RSITrace
traceLevel
,
const char *const
message
)
inherited
Description:
TraceInjectMessage will put whatever message you created at whatever level you specific in the log.
Sample Code:
axis->TraceInjectMessage(
RSITrace::RSITraceCUSTOM
,
"Starting Process Alpha"
);
//Can be used as a sort aid.
RSI::RapidCode::RSITrace::RSITraceCUSTOM
@ RSITraceCUSTOM
custom.
Note
You should pretty much always use RSITraceCUSTOM as the traceLevel.
See also
RapidCodeObject::Trace
,
RapidCodeObject::TraceMaskOnSet
,
RapidCodeObject::TraceMaskOnGet
,
RapidCodeObject::TraceMaskOffSet
,
RapidCodeObject::TraceMaskClear
,
RapidCodeObject::TraceFileSet
,
RapidCodeObject::TraceFileClose
,
RapidCodeObject::TraceInjectMessage
RSI
RapidCode
Cartesian
Robot
Generated by
1.10.0