Partager via


LogCollectionLevel Énumération

Définition

Définit des valeurs pour 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
Héritage
LogCollectionLevel
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Error 0

Seules les erreurs sont collectées dans les journaux.

Verbose 1

Journalisation détaillée (y compris erreurs, CRC, informations de taille et autres).

S’applique à