ConsoleLogger.IncludeScopes Property

Definition

Caution

Changing this property has no effect. Use ConsoleLoggerOptions.IncludeScopes instead

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

Property Value

Attributes

Applies to