LoggingBus Members

The LoggingBus type exposes the following members.

Methods


  Name Description
Protected method Classify (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetClassifier (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method IsSubClassification (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method Publish(UTP, UTP) (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method Publish(TEvent)
Publishes the specified event.
(Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method SetLogLevel
Sets the log level.
Protected method SimpleName(Object) (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Protected method SimpleName(Type) (Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method StartDefaultLoggers
Starts the default loggers.
Public method StartStdoutLogger
Starts the stdout logger.
Public method Subscribe
Subscribes the specified subscriber.
(Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Unsubscribe(TSubscriber)
Unsubscribes the specified subscriber.
(Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)
Public method Unsubscribe(TSubscriber, TClassifier)
Unsubscribes the specified subscriber.
(Inherited from EventBus<(Of <(<'TEvent, TClassifier, TSubscriber>)>)>.)

Properties


  Name Description
Public property LogLevel
Gets the log level.