nxLibWriteDebugMessage

Navigation:  NxLib API > C Interface > Other >

nxLibWriteDebugMessage

Previous pageReturn to chapter overviewNext page

Inserts a user defined debug message into the NxLib debug stream. The message will be output as specified under the Debug node.

Signatures

Variants throwing exceptions on errors:

static void nxLibWriteDebugMessage(std::string const& message)

Variants returning error codes in an int* parameter:

void nxLibWriteDebugMessage (NXLIBERR* result, NXLIBSTR message)

Parameters

result

The error code of the operation.

message

The message to be written.

Return Value

none