akka.event
Class Logging.InitializeLogger

java.lang.Object
  extended by akka.event.Logging.InitializeLogger
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Logging

public static class Logging.InitializeLogger
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

Message which is sent to each default logger (i.e. from configuration file) after its creation but before attaching it to the logging bus. The logger actor must handle this message, it can be used e.g. to register for more channels. When done, the logger must respond with a LoggerInitialized message. This is necessary to ensure that additional subscriptions are in effect when the logging system finished starting.

See Also:
Serialized Form

Constructor Summary
Logging.InitializeLogger(LoggingBus bus)
           
 
Method Summary
 LoggingBus bus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Logging.InitializeLogger

public Logging.InitializeLogger(LoggingBus bus)
Method Detail

bus

public LoggingBus bus()