LogEntry<TState>.LogLevel Property

Definition

Gets the log level.

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

Property Value

A LogLevel instance.

Applies to