ConsoleLoggerOptions.IncludeScopes Propriedade
Definição
Cuidado
ConsoleLoggerOptions.IncludeScopes has been deprecated. Please use ConsoleFormatterOptions.IncludeScopes instead.
Inclui escopos quando true.Includes scopes when true.
public:
property bool IncludeScopes { bool get(); void set(bool value); };
public bool IncludeScopes { get; set; }
[System.Obsolete("ConsoleLoggerOptions.IncludeScopes has been deprecated. Please use ConsoleFormatterOptions.IncludeScopes instead.", false)]
public bool IncludeScopes { get; set; }
member this.IncludeScopes : bool with get, set
[<System.Obsolete("ConsoleLoggerOptions.IncludeScopes has been deprecated. Please use ConsoleFormatterOptions.IncludeScopes instead.", false)>]
member this.IncludeScopes : bool with get, set
Public Property IncludeScopes As Boolean
Valor da propriedade
- Atributos