akka.event
Class Logging.Debug$

java.lang.Object
  extended by akka.event.Logging.Debug$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Logging

public static class Logging.Debug$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Logging.Debug$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Logging.Debug$()
           
 
Method Summary
 Logging.Debug2 apply(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Logging.Debug$

public Logging.Debug$()
Method Detail

apply

public Logging.Debug2 apply(java.lang.String logSource,
                            java.lang.Class<?> logClass,
                            java.lang.Object message,
                            scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)