Newer Version Available
DebuggingHeader
API Calls
Fields
| Element Name | Type | Description |
|---|---|---|
| categories | LogInfo[] | Specifies the type and amount of information to be returned in the debug log. |
| debugLevel | DebugLevel (enumeration of type string) |
Deprecated. This field is provided only for backward compatibility. If you provide values for both debugLevel and categories, the categories value is used. The debugLevel field 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 include:
|
LogInfo
Specifies the type and amount of information to be returned in the debug log. The categories field takes a list of these objects. LogInfo is a mapping of category to level.
Fields
| Element Name | Type | Description |
|---|---|---|
| category | LogCategory | Specify the type of information returned in the debug log. Valid values are:
|
| level | LogCategoryLevel | Specifies the level of detail returned in the debug log. |