Click or drag to resize
LoggingBus Class
Class LoggingBus.
Inheritance Hierarchy
SystemObject
  Akka.EventEventBusObject, Type, ActorRef
    Akka.EventActorEventBusObject, Type
      Akka.EventLoggingBus
        Akka.EventEventStream

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class LoggingBus : ActorEventBus<Object, Type>

The LoggingBus type exposes the following members.

Constructors
  NameDescription
Public methodLoggingBus
Initializes a new instance of the LoggingBus class
Top
Methods
  NameDescription
Protected methodClassify
Classifies the specified event.
(Overrides EventBusTEvent, TClassifier, TSubscriberClassify(TEvent, TClassifier).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodGetClassifier
Gets the classifier.
(Overrides EventBusTEvent, TClassifier, TSubscriberGetClassifier(TEvent).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsSubClassification
Determines whether [is sub classification] [the specified parent].
(Overrides EventBusTEvent, TClassifier, TSubscriberIsSubClassification(TClassifier, TClassifier).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish(TEvent)
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodPublish(Object, ActorRef)
Publishes the specified event.
(Overrides EventBusTEvent, TClassifier, TSubscriberPublish(TEvent, TSubscriber).)
Public methodSetLogLevel
Sets the log level.
Protected methodSimpleName(Object)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Type)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodStartDefaultLoggers
Starts the default loggers.
Public methodStartStdoutLogger
Starts the stdout logger.
Public methodSubscribe
Subscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnsubscribe(TSubscriber)
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodUnsubscribe(TSubscriber, TClassifier)
Unsubscribes the specified subscriber.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Top
Extension Methods
Properties
  NameDescription
Public propertyLogLevel
Gets the log level.
Top
See Also