Overview
C API (Core)
struct OutputMessage { Symbol hCaller; const char* msg; UINT32 flags; DetailLevel level; }; Symbol brahms_outputMessage(OutputMessage* data);

Send an output message to the user via the Structured Log. level specifies under what conditions the message should actually be displayed.

Arguments

Symbol hCaller IN
The calling Component.
const char* msg IN
The message to display.
UINT32 flags IN
Must be zero.
DetailLevel level IN
The detail level of the message.

Return Values

See also General API Return Values.

Result

  • The passed string may receive additional formatting, and then be displayed to the user, if the user has requested display of messages at this level of detail.