Click or drag to resize
Akka.NETLoggingAdapterBase Class
This class represents the base logging adapter implementation used to log events within the system.
Inheritance Hierarchy

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class LoggingAdapterBase : ILoggingAdapter

The LoggingAdapterBase type exposes the following members.

Constructors
  NameDescription
Protected methodLoggingAdapterBase
Creates an instance of the LoggingAdapterBase.
Top
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
  NameDescription
Public methodDebug
Logs a DebugLevel message.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError(String, Object)
Logs a ErrorLevel message.
Public methodError(Exception, String, Object)
Logs a ErrorLevel message and associated exception.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo
Logs a InfoLevel message.
Public methodIsEnabled
Checks the logging adapter to see if the supplied logLevel is enabled.
Public methodLog
Logs a message with a specified level.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyDebug
Notifies all subscribers that an DebugLevel log event occurred.
Protected methodNotifyError(Object)
Notifies all subscribers that an ErrorLevel log event occurred.
Protected methodNotifyError(Exception, Object)
Notifies all subscribers that an ErrorLevel log event occurred.
Protected methodNotifyInfo
Notifies all subscribers that an InfoLevel log event occurred.
Protected methodNotifyLog
Notifies all subscribers that a log event occurred for a particular level.
Protected methodNotifyWarning
Notifies all subscribers that an WarningLevel log event occurred.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarn
Public methodWarning
Logs a WarningLevel message.
Top
Extension Methods
See Also