Share via


ConsoleLoggerOptions.LogToStandardErrorThreshold Propiedad

Definición

Obtiene o establece el valor que indica el nivel mínimo de mensajes que se escribirían en 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

Valor de propiedad

Se aplica a