다음을 통해 공유


ILoggingTarget.IsEnabled 메서드

정의

오버로드

IsEnabled()

하나 이상의 세션이 채널의 이벤트를 수신 대기하는지 여부를 나타냅니다.

IsEnabled(LoggingLevel)

하나 이상의 세션이 채널에서 지정된 이벤트 심각도 수준의 이벤트를 수신 대기하는지 여부를 나타냅니다.

IsEnabled(LoggingLevel, Int64)

하나 이상의 세션이 이 채널의 지정된 수준 및 키워드를 사용하여 이벤트를 수신 대기하는지 여부를 나타냅니다.

IsEnabled()

하나 이상의 세션이 채널의 이벤트를 수신 대기하는지 여부를 나타냅니다.

public:
 bool IsEnabled();
/// [Windows.Foundation.Metadata.Overload("IsEnabled")]
bool IsEnabled();
[Windows.Foundation.Metadata.Overload("IsEnabled")]
public bool IsEnabled();
function isEnabled()
Public Function IsEnabled () As Boolean

반환

Boolean

bool

하나 이상의 세션이 채널의 이벤트를 수신 대기하는 경우 true 를 반환하고, 그렇지 않으면 false를 반환합니다.

특성

추가 정보

적용 대상

IsEnabled(LoggingLevel)

하나 이상의 세션이 채널에서 지정된 이벤트 심각도 수준의 이벤트를 수신 대기하는지 여부를 나타냅니다.

public:
 bool IsEnabled(LoggingLevel level);
/// [Windows.Foundation.Metadata.Overload("IsEnabledWithLevel")]
bool IsEnabled(LoggingLevel const& level);
[Windows.Foundation.Metadata.Overload("IsEnabledWithLevel")]
public bool IsEnabled(LoggingLevel level);
function isEnabled(level)
Public Function IsEnabled (level As LoggingLevel) As Boolean

매개 변수

level
LoggingLevel

이벤트 심각도 수준입니다.

반환

Boolean

bool

하나 이상의 세션이 채널에서 지정된 수준의 이벤트를 수신 대기하는 경우 true 를 반환하고, 그렇지 않으면 false를 반환합니다.

특성

추가 정보

적용 대상

IsEnabled(LoggingLevel, Int64)

하나 이상의 세션이 이 채널의 지정된 수준 및 키워드를 사용하여 이벤트를 수신 대기하는지 여부를 나타냅니다.

public:
 bool IsEnabled(LoggingLevel level, long long keywords);
/// [Windows.Foundation.Metadata.Overload("IsEnabledWithLevelAndKeywords")]
bool IsEnabled(LoggingLevel const& level, long const& keywords);
[Windows.Foundation.Metadata.Overload("IsEnabledWithLevelAndKeywords")]
public bool IsEnabled(LoggingLevel level, long keywords);
function isEnabled(level, keywords)
Public Function IsEnabled (level As LoggingLevel, keywords As Long) As Boolean

매개 변수

level
LoggingLevel

이벤트 심각도 수준입니다.

keywords
Int64

long long

long

키워드입니다. 키워드 값의 각 비트는 이벤트 범주를 나타냅니다.

반환

Boolean

bool

하나 이상의 세션이 채널에서 지정된 수준 및 키워드가 있는 이벤트를 수신 대기하고 그렇지 않으면 false를 반환합니다.

특성

추가 정보

적용 대상