Package akka.event

Interface LoggingBus

    • Method Detail

      • addLogger

        ActorRef addLogger​(ActorSystemImpl system,
                           java.lang.Class<? extends Actor> clazz,
                           Logging.LogLevel level,
                           java.lang.String logName)
        INTERNAL API
        Parameters:
        system - (undocumented)
        clazz - (undocumented)
        level - (undocumented)
        logName - (undocumented)
        Returns:
        (undocumented)
      • logLevel

        Logging.LogLevel logLevel()
        Query currently set log level. See object Logging for more information.
        Returns:
        (undocumented)
      • loggers_$eq

        void loggers_$eq​(scala.collection.Seq<ActorRef> x$1)
      • setLogLevel

        void setLogLevel​(Logging.LogLevel level)
        Change log level: default loggers (i.e. from configuration file) are subscribed/unsubscribed as necessary so that they listen to all levels which are at least as severe as the given one. See object Logging for more information.

        NOTE: if the StandardOutLogger is configured also as normal logger, it will not participate in the automatic management of log level subscriptions!

        Parameters:
        level - (undocumented)
      • startDefaultLoggers

        void startDefaultLoggers​(ActorSystemImpl system)
        Internal Akka use only
        Parameters:
        system - (undocumented)
      • startStdoutLogger

        void startStdoutLogger​(ActorSystem.Settings config)
        Internal Akka use only
        Parameters:
        config - (undocumented)
      • stopDefaultLoggers

        void stopDefaultLoggers​(ActorSystem system)