Newer Version Available
DebuggingHeader
Return the debug log in the output header, DebuggingInfo, and specify the level of detail in the debug log.
Fields
| Element Name | Type | Description |
|---|---|---|
| debugLevel | logtype |
Specifies the type of information returned in the debug log. The values are listed from the least amount of information returned to the most information returned. Valid values:
|
| categories | LogInfo[] | Specifies the type and amount of information to be returned in the debug log. |
LogInfo
Specifies the type and amount of information to be returned in the debug log. The categories field takes a list of these objects.
Fields
| Element Name | Type | Description |
|---|---|---|
| LogCategory | string | Specify the type of information returned in the debug log.
Valid values are:
|
| LogCategoryLevel | string | Specifies the level of detail returned in the debug log. Only the Apex_code LogCategory uses the log category levels. |