Click or drag to resize
LoggingBusStartDefaultLoggers Method
Starts the default loggers.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void StartDefaultLoggers(
	ActorSystemImpl system
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl
The system.
Exceptions
ExceptionCondition
ExceptionCan not use logger of type: + loggerType
See Also