Click or drag to resize
Akka.NETILoggingAdapter Interface
This interface describes the methods used to log events within the system.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ILoggingAdapter

The ILoggingAdapter type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Check to determine whether the DebugLevel is enabled.
Public propertyIsErrorEnabled
Check to determine whether the ErrorLevel is enabled.
Public propertyIsInfoEnabled
Check to determine whether the InfoLevel is enabled.
Public propertyIsWarningEnabled
Check to determine whether the WarningLevel is enabled.
Top
Methods
See Also