Click or drag to resize
Akka.NETLoggingBusStartStdoutLogger Method
Starts the StandardOutLogger logger.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void StartStdoutLogger(
	Settings config
)

Parameters

config
Type: Akka.ActorSettings
The configuration used to configure the StandardOutLogger.
See Also