LoggerExtensions::IsEnabled Method (ILogger^, TraceEventType)

 

Checks if the given TraceEventType is enabled.

Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public:
[ExtensionAttribute]
static bool IsEnabled(
	ILogger^ logger,
	TraceEventType eventType
)

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: