Compartir a través de


LogCollectionLevel Enumeración

Definición

Define valores para 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
Herencia
LogCollectionLevel
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Error 0

Solo se recopilarán errores en los registros.

Verbose 1

Registro detallado (incluye errores, CRC, información de tamaño y otros).

Se aplica a