次の方法で共有


LogCollectionLevel 列挙型

定義

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
継承
LogCollectionLevel
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Error 0

ログにはエラーのみが収集されます。

Verbose 1

詳細ログ記録 (エラー、CRC、サイズ情報などが含まれます)。

適用対象