| InitializeLogger Constructor |
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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