CustomLoggingListLogLevel
Description
A nested object that is a combination of log level and log class. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
severityLogLevel | True | string | A string field that represents log level. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
className | True | string | A string field that represents log class. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |