SetEngineDebugLevel
Set the engine's debug logging levels. This does a replace on glOptions->debug.
- Message Type: TransactionMessage
- Message Number: 10010
Inherited fields
| Name | Type | Size (bytes) | Description |
|---|
| MessageType | Integer (unsigned) | 2 | The unique identifier of this message.
|
| ClientId | Integer (unsigned) | 4 | The unique identifier of a session with the server, returned in a successful LoginReply message.
|
| RequestId | Integer (unsigned) | 4 | Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.
|
Fields
| Name | Type | Size (bytes) | Description |
|---|
| Level | Set of Debug | 2 | Debug bitmask value. Multiple debug levels can be specified at the same time based on the debug bitmask.
|