Click or drag to resize
Akka.NETLoggingAdapterBaseIsEnabled Method
Checks the logging adapter to see if the supplied logLevel is enabled.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsEnabled(
	LogLevel logLevel
)

Parameters

logLevel
Type: Akka.EventLogLevel
The log level to check if it is enabled in this logging adapter.

Return Value

Type: Boolean
true if the supplied log level is enabled; otherwise false

Implements

ILoggingAdapterIsEnabled(LogLevel)
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is thrown when the given logLevel is unknown.
See Also