Share via


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

属性值

适用于