CUDBGCudaLogMessage

struct CUDBGCudaLogMessage

CUDA Log Message.

Public Members

CUDBGCudaLogLevel logLevel

The log severity level of the message.

uint32_t matchedRuleIndex

The rule index of the rule that matched the log message.

uint32_t matchedRulesetIndex

The index of the ruleset that matched the log message.

char message[256]

The log message string.

uint64_t osThreadId

The native OS thread ID of the thread that generated the log message.

uint64_t unixTimestampNs

The timestamp the log message was received at, in nanoseconds since the Unix epoch.