RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
InjectMessage()
static void InjectMessage
(
RSITrace
traceLevel
,
const char *const
message
)
static
Description:
TraceInjectMessage will put whatever message you created at whatever level you specific in the log.
Sample Code:
Trace::InjectMessage
(
RSITrace::RSITraceCUSTOM
,
"Starting Process Alpha"
);
RSI::RapidCode::Trace::InjectMessage
static void InjectMessage(RSITrace traceLevel, const char *const message)
Add a message to the Trace Log.
RSI::RapidCode::RSITrace::RSITraceCUSTOM
@ RSITraceCUSTOM
custom.
Note
You should pretty much always use
RSITrace::RSITraceCUSTOM
as the traceLevel.
See also
Trace::MaskSet
,
Trace::MaskOnSet
,
Trace::MaskOnGet
,
Trace::MaskOffSet
,
Trace::MaskClear
,
Trace::FileSet
,
Trace::FileClose
,
Trace::InjectMessage
RSI
RapidCode
Trace
Generated by
1.10.0