Package akka.event
Class Logging.LogExt$
- java.lang.Object
 - 
- akka.event.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$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.event.Logging.LogExtcreateExtension(ExtendedActorSystem system)Is used by Akka 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
- 
createExtension
public akka.event.Logging.LogExt createExtension(ExtendedActorSystem system)
Description copied from interface:ExtensionIdIs used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
 createExtensionin interfaceExtensionId<akka.event.Logging.LogExt>
 
 - 
 
 -