Click or drag to resize
InitializeLogger Constructor
Initializes a new instance of the InitializeLogger class.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public InitializeLogger(
	LoggingBus loggingBus
)

Parameters

loggingBus
Type: Akka.EventLoggingBus
The logging bus.
See Also