Partager via


ConfigurationConsoleLoggerSettings.TryGetSwitch(String, LogLevel) Méthode

Définition

Obtient le niveau de journal pour le commutateur spécifié.

public:
 virtual bool TryGetSwitch(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::Extensions::Logging::LogLevel % level);
public bool TryGetSwitch (string name, out Microsoft.Extensions.Logging.LogLevel level);
abstract member TryGetSwitch : string * LogLevel -> bool
override this.TryGetSwitch : string * LogLevel -> bool
Public Function TryGetSwitch (name As String, ByRef level As LogLevel) As Boolean

Paramètres

name
String

Nom du commutateur à rechercher.

level
LogLevel

Lorsque cette méthode retourne, contient la valeur du commutateur s’il est trouvé. Si le commutateur est introuvable, ce paramètre est défini sur None.

Retours

true si le commutateur a été trouvé, sinon false.

Implémente

Exceptions

S’applique à