BatchingLoggerOptions.IncludeScopes Vlastnost
Definice
Získá nebo nastaví hodnotu označující, jestli se mají do zprávy zahrnout obory.Gets or sets a value indicating whether scopes should be included in the message.
Výchozí hodnota je false .Defaults to false.
public:
property bool IncludeScopes { bool get(); void set(bool value); };
public bool IncludeScopes { get; set; }
member this.IncludeScopes : bool with get, set
Public Property IncludeScopes As Boolean