Click or drag to resize
Akka.NETBusLogging Class
A logging adapter implementation publishing log events to the event stream.
Inheritance Hierarchy

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

The BusLogging type exposes the following members.

Constructors
  NameDescription
Public methodBusLogging
Initializes a new instance of the BusLogging class.
Top
Properties
Methods
  NameDescription
Public methodDebug
Logs a DebugLevel message.
(Inherited from LoggingAdapterBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError(String, Object)
Logs a ErrorLevel message.
(Inherited from LoggingAdapterBase.)
Public methodError(Exception, String, Object)
Logs a ErrorLevel message and associated exception.
(Inherited from LoggingAdapterBase.)
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.
(Inherited from LoggingAdapterBase.)
Public methodIsEnabled
Checks the logging adapter to see if the supplied logLevel is enabled.
(Inherited from LoggingAdapterBase.)
Public methodLog
Logs a message with a specified level.
(Inherited from LoggingAdapterBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyDebug
Publishes the debug message onto the LoggingBus.
(Overrides LoggingAdapterBaseNotifyDebug(Object).)
Protected methodNotifyError(Object)
Publishes the error message onto the LoggingBus.
(Overrides LoggingAdapterBaseNotifyError(Object).)
Protected methodNotifyError(Exception, Object)
Publishes the error message and exception onto the LoggingBus.
(Overrides LoggingAdapterBaseNotifyError(Exception, Object).)
Protected methodNotifyInfo
Publishes the info message onto the LoggingBus.
(Overrides LoggingAdapterBaseNotifyInfo(Object).)
Protected methodNotifyLog
Notifies all subscribers that a log event occurred for a particular level.
(Inherited from LoggingAdapterBase.)
Protected methodNotifyWarning
Publishes the warning message onto the LoggingBus.
(Overrides LoggingAdapterBaseNotifyWarning(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarn (Inherited from LoggingAdapterBase.)
Public methodWarning
Logs a WarningLevel message.
(Inherited from LoggingAdapterBase.)
Top
Extension Methods
See Also