共用方式為


ConsoleLoggerOptions.LogToStandardErrorThreshold 屬性

定義

取得或設定值,指出寫入至 Console.Error之訊息的最小層級。

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

屬性值

適用於