CUDBGCudaLogMessage129
-
struct CUDBGCudaLogMessage129
-
CUDA Log Message for API version 12.9.
See also
Note
DEPRECATED: Use CUDBGCudaLogMessage instead. For documentation of individual fields, see the documentation of the CUDBGCudaLogMessage struct instead.
Public Members
-
CUDBGCudaLogLevel logLevel
-
The log severity level of the message.
-
char message[256]
-
The log message string.
-
uint32_t osThreadId
-
The OS thread ID of the thread that generated the log message.
Note
This is a possibly truncated native OS thread ID. Use CUDBGCudaLogMessage instead for the full value.
-
uint64_t unixTimestampNs
-
The timestamp the log message was received at, in nanoseconds since the Unix epoch.
-
CUDBGCudaLogLevel logLevel