Click or drag to resize
LoggingBusStartStdoutLogger Method
Starts the stdout logger.

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

Parameters

config
Type: Akka.ActorSettings
The configuration.
See Also