Click or drag to resize
Akka.NETInitializeLogger Constructor
Initializes a new instance of the InitializeLogger message.

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

Parameters

loggingBus
Type: Akka.EventLoggingBus
The bus used by the logger to log events.
See Also