Method DispatchMessage
DispatchMessage(PayloadHandle, long, LogLevel)
Dispatches a LogMessage
Declaration
public void DispatchMessage(PayloadHandle payload, long stacktraceId, LogLevel logLevel)
Parameters
Type | Name | Description |
---|---|---|
PayloadHandle | payload | PayloadHandle of the binary data associated with the message |
long | stacktraceId | Id of the stacktrace connected to the LogMessage, 0 is none |
LogLevel | logLevel | LogLevel of the LogMessage |
Remarks
This method is thread-safe and can be called from any thread context or Job. If successful, the Logging system will take over ownership of the message data and ensure the memory buffer is released after the message has been processed.