Share via


Logging.Options Property

Definition

Gets or sets a collection of key-value pairs representing the logging driver options. These options are configuration parameters used to customize the behavior of the logging driver.

[YamlDotNet.Serialization.YamlMember(Alias="options", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> Options { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="options", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Options : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Options As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to