Package akka.event
Class Logging.StandardOutLogger
- java.lang.Object
-
- akka.actor.InternalActorRef
-
- akka.event.Logging.StandardOutLogger
-
- All Implemented Interfaces:
ActorRefScope
,LocalRef
,MinimalActorRef
,Logging.StdOutLogger
- Enclosing class:
- Logging
public static class Logging.StandardOutLogger extends akka.actor.InternalActorRef implements MinimalActorRef, Logging.StdOutLogger
-
-
Constructor Summary
Constructors Constructor Description StandardOutLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
$bang(java.lang.Object message, ActorRef sender)
ActorRef
$bang$default$2(java.lang.Object message)
ActorPath
path()
ActorRefProvider
provider()
java.lang.String
toString()
protected java.lang.Object
writeReplace()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.event.Logging.StdOutLogger
debug, error, formatMDC, info, print, timestamp, warning
-
Methods inherited from interface akka.actor.MinimalActorRef
getChild, getParent, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend
-
-
-
-
Method Detail
-
$bang
public void $bang(java.lang.Object message, ActorRef sender)
- Specified by:
$bang
in interfaceMinimalActorRef
-
$bang$default$2
public ActorRef $bang$default$2(java.lang.Object message)
- Specified by:
$bang$default$2
in interfaceMinimalActorRef
-
path
public ActorPath path()
-
provider
public ActorRefProvider provider()
-
toString
public java.lang.String toString()
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Specified by:
writeReplace
in interfaceMinimalActorRef
- Throws:
java.io.ObjectStreamException
-
-