Click or drag to resize
Akka.NETLoggingBus Class
This class represents an event bus which subscribes loggers to system LogEvents.
Inheritance Hierarchy
SystemObject
  Akka.EventEventBusObject, Type, IActorRef
    Akka.EventActorEventBusObject, Type
      Akka.EventLoggingBus
        Akka.EventEventStream

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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
Properties
  NameDescription
Public propertyLogLevel
The minimum log level that this bus will subscribe to, any LogEvents with a log level below will not be subscribed to.
Top
Methods
  NameDescription
Protected methodClassify
Classifies the specified event using the specified classifier.
(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
Retrieves the classifier used to classify the specified event.
(Overrides EventBusTEvent, TClassifier, TSubscriberGetClassifier(TEvent).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsSubClassification
Determines whether a specified classifier, child, is a subclass of another classifier, 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 to the bus.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodPublish(Object, IActorRef)
Publishes the specified event directly to the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberPublish(TEvent, TSubscriber).)
Public methodSetLogLevel
Sets the minimum log level for this bus, any LogEvents below this level are ignored.
Protected methodSimpleName(Object)
Retrieves the simplified type name (the class name without the namespace) of a given object.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Type)
Retrieves the simplified type name (the class name without the namespace) of a given type.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodStartStdoutLogger
Starts the StandardOutLogger logger.
Public methodSubscribe
Adds the specified subscriber to the list of subscribers that listen for particular events on the bus.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnsubscribe(TSubscriber)
Removes the specified subscriber from the list of subscribers that listen for particular events on the bus.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodUnsubscribe(TSubscriber, TClassifier)
Removes the specified subscriber from the list of subscribers that listen for particular events on the bus.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Top
Extension Methods
See Also