다음을 통해 공유


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

속성 값

적용 대상