Class Logging.LogExt$

java.lang.Object
org.apache.pekko.event.Logging.LogExt$
All Implemented Interfaces:
ExtensionId<org.apache.pekko.event.Logging.LogExt>
Enclosing class:
Logging

public static class Logging.LogExt$ extends Object implements ExtensionId<org.apache.pekko.event.Logging.LogExt>
  • Field Details

    • MODULE$

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

    • LogExt$

      public LogExt$()
  • Method Details

    • createExtension

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