Click or drag to resize
InitializeLoggerLoggingBus Property
Gets the logging bus.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public LoggingBus LoggingBus { get; }

Property Value

Type: LoggingBus
The logging bus.
See Also