BatchingLoggerOptions.IncludeScopes Propiedad
Definición
Obtiene o establece un valor que indica si los ámbitos se deben incluir en el mensaje.Gets or sets a value indicating whether scopes should be included in the message.
Tiene como valor predeterminado 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