Packages

c

akka.event.Logging

InitializeLogger

final case class InitializeLogger(bus: LoggingBus) extends NoSerializationVerificationNeeded with Product with 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.

Source
Logging.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InitializeLogger
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NoSerializationVerificationNeeded
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InitializeLogger(bus: LoggingBus)

Value Members

  1. val bus: LoggingBus