WebAppLogConfiguration.FileLoggingLevel Property

Definition

Gets the file logger logging level.

public:
 property Microsoft::Extensions::Logging::LogLevel FileLoggingLevel { Microsoft::Extensions::Logging::LogLevel get(); };
public Microsoft.Extensions.Logging.LogLevel FileLoggingLevel { get; }
member this.FileLoggingLevel : Microsoft.Extensions.Logging.LogLevel
Public ReadOnly Property FileLoggingLevel As LogLevel

Property Value

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to