共用方式為


LoggerFilterOptions.MinLevel 屬性

定義

若沒有任何規則相符,則會取得或設定記錄訊息的最低層級。

public:
 property Microsoft::Extensions::Logging::LogLevel MinLevel { Microsoft::Extensions::Logging::LogLevel get(); void set(Microsoft::Extensions::Logging::LogLevel value); };
public Microsoft.Extensions.Logging.LogLevel MinLevel { get; set; }
member this.MinLevel : Microsoft.Extensions.Logging.LogLevel with get, set
Public Property MinLevel As LogLevel

屬性值

LogLevel

適用於