Package org.apache.pekko.event
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 java.lang.Object implements ExtensionId<org.apache.pekko.event.Logging.LogExt> 
- 
- 
Field SummaryFields Modifier and Type Field Description static Logging.LogExt$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description LogExt$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.event.Logging.LogExtcreateExtension(ExtendedActorSystem system)Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
 
- 
- 
- 
Field Detail- 
MODULE$public static final Logging.LogExt$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
createExtensionpublic org.apache.pekko.event.Logging.LogExt createExtension(ExtendedActorSystem system) Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
- createExtensionin interface- ExtensionId<org.apache.pekko.event.Logging.LogExt>
 
 
- 
 
-