InitializeLoggerLoggingBus Property |
Gets the logging bus.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic LoggingBus LoggingBus { get; }
Public ReadOnly Property LoggingBus As LoggingBus
Get
public:
property LoggingBus^ LoggingBus {
LoggingBus^ get ();
}
member LoggingBus : LoggingBus with get
Property Value
Type:
LoggingBusThe logging bus.
See Also