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. |
Specifies the type and amount of information to be returned in the debug log. The categories field takes a list of these objects.
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. |