Logger.IsEnabled(LoggingLevel) Yöntem

Tanım

Günlüğe kaydetme düzeyi etkinse true döndürün

public:
 bool IsEnabled(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel level);
public:
 bool IsEnabled(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel level);
bool IsEnabled(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel level);
public bool IsEnabled (Microsoft.VisualStudio.Workspace.Logging.LoggingLevel level);
member this.IsEnabled : Microsoft.VisualStudio.Workspace.Logging.LoggingLevel -> bool
Public Function IsEnabled (level As LoggingLevel) As Boolean

Parametreler

level
LoggingLevel

değerlendirmek için istenen düzey

Döndürülenler

Boolean

düzey etkinse doğru

Şunlara uygulanır