Click or drag to resize
Akka.NETLoggingAdapterBaseIsInfoEnabled Property
Check to determine whether the InfoLevel is enabled.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract bool IsInfoEnabled { get; }

Property Value

Type: Boolean

Implements

ILoggingAdapterIsInfoEnabled
See Also