LoggingBusStartDefaultLoggers Method |
Starts the default loggers.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void StartDefaultLoggers(
ActorSystemImpl system
)
Public Sub StartDefaultLoggers (
system As ActorSystemImpl
)
public:
void StartDefaultLoggers(
ActorSystemImpl^ system
)
member StartDefaultLoggers :
system : ActorSystemImpl -> unit
Parameters
- system
- Type: Akka.Actor.InternalsActorSystemImpl
The system.
ExceptionsException | Condition |
---|
Exception | Can not use logger of type: + loggerType |
See Also