FileSystemApplicationLogsConfig.Level Property

Definition

Gets or sets log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'

[Newtonsoft.Json.JsonProperty(PropertyName="level")]
public Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel? Level { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="level")>]
member this.Level : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel> with get, set
Public Property Level As Nullable(Of LogLevel)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to