Package akka.event

Class Logging.LogExt$

  • All Implemented Interfaces:
    ExtensionId<akka.event.Logging.LogExt>
    Enclosing class:
    Logging

    public static class Logging.LogExt$
    extends java.lang.Object
    implements ExtensionId<akka.event.Logging.LogExt>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Logging.LogExt$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogExt$()  
    • Field Detail

      • MODULE$

        public static final Logging.LogExt$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LogExt$

        public LogExt$()
    • Method Detail

      • createExtension

        public akka.event.Logging.LogExt createExtension​(ExtendedActorSystem system)
        Description copied from interface: ExtensionId
        Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
        Specified by:
        createExtension in interface ExtensionId<akka.event.Logging.LogExt>