BufferedLogging
Description
Nested entity that represents buffered log settings for the device. (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 | |||
---|---|---|---|---|---|---|
loggingEnabled | False | boolean | boolean flag to indicate if this logging type is enabled. | |||
logLevel | False | string | log level | |||
customList | False | object | A reference to custom logging list. Allowed types are: [CustomLoggingList] |
|||
bufferSize | False | integer | A long value that represnts buffer size. Field level constraints: must be between 4096 and 52428800 (inclusive). (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. |