Click or drag to resize
Akka.NETLoggingAdapterBase Methods

The LoggingAdapterBase type exposes the following members.

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