LogCollectionLevel Enum

Definition

Defines values for LogCollectionLevel.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum LogCollectionLevel
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type LogCollectionLevel = 
Public Enum LogCollectionLevel
Inheritance
LogCollectionLevel
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Error 0

Only Errors will be collected in the logs.

Verbose 1

Verbose logging (includes Errors, CRC, size information and others).

Applies to