| InitializeLogger Constructor |
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public InitializeLogger(
LoggingBus loggingBus
)
new :
loggingBus : LoggingBus -> InitializeLogger
Parameters
- loggingBus
- Type: Akka.EventLoggingBus
The bus used by the logger to log events.
See Also