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

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

Parameters

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