akka.event
Class Logging.Extension$

java.lang.Object
  extended by akka.actor.ExtensionKey<Logging.LogExt>
      extended by akka.event.Logging.Extension$
All Implemented Interfaces:
ExtensionId<Logging.LogExt>, ExtensionIdProvider
Enclosing class:
Logging

public static class Logging.Extension$
extends ExtensionKey<Logging.LogExt>

INTERNAL API


Field Summary
static Logging.Extension$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Logging.Extension$()
           
 
Method Summary
 
Methods inherited from class akka.actor.ExtensionKey
createExtension, lookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.ExtensionId
apply, equals, get, hashCode
 

Field Detail

MODULE$

public static final Logging.Extension$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Logging.Extension$

public Logging.Extension$()