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 Object
implements ExtensionId<org.apache.pekko.event.Logging.LogExt>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Logging.LogExt$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.event.Logging.LogExtcreateExtension(ExtendedActorSystem system) Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LogExt$
public LogExt$()
-
-
Method Details
-
createExtension
Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin interfaceExtensionId<org.apache.pekko.event.Logging.LogExt>
-