InitializeLogger..::..LoggingBus Property

Gets the logging bus.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public LoggingBus LoggingBus { get; set; }
Public Property LoggingBus As LoggingBus
	Get
	Set
public:
property LoggingBus^ LoggingBus {
	LoggingBus^ get ();
	void set (LoggingBus^ value);
}

Field Value

The logging bus.