ConsoleLoggerOptions.IncludeScopes プロパティ

定義

注意事項

ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.

スコープが含まれるかどうかを示す値を取得または設定します。

public:
 property bool IncludeScopes { bool get(); void set(bool value); };
[System.Obsolete("ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.")]
public bool IncludeScopes { get; set; }
[<System.Obsolete("ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.")>]
member this.IncludeScopes : bool with get, set
Public Property IncludeScopes As Boolean

プロパティ値

true スコープが含まれている場合は 。

属性

適用対象