| LoggingBusStartStdoutLogger Method |
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void StartStdoutLogger(
Settings config
)
member StartStdoutLogger :
config : Settings -> unit
Parameters
- config
- Type: Akka.ActorSettings
The configuration used to configure the StandardOutLogger.
See Also