akka.event
Class Logging.StandardOutLogger

java.lang.Object
  extended by akka.actor.ActorRef
      extended by akka.actor.InternalActorRef
          extended by akka.event.Logging.StandardOutLogger
All Implemented Interfaces:
ActorRefScope, LocalRef, MinimalActorRef, ScalaActorRef, Logging.StdOutLogger, java.io.Serializable, java.lang.Comparable<ActorRef>
Enclosing class:
Logging

public static class Logging.StandardOutLogger
extends InternalActorRef
implements MinimalActorRef, Logging.StdOutLogger

Actor-less logging implementation for synchronous logging to standard output. This logger is always attached first in order to be able to log failures during application start-up, even before normal logging is started. Its log level can be defined by configuration setting akka.stdout-loglevel.

See Also:
Serialized Form

Constructor Summary
Logging.StandardOutLogger()
           
 
Method Summary
 ActorPath path()
          Returns the path for this actor (from this actor up to the root actor).
 ActorRefProvider provider()
          Get a reference to the actor ref provider which created this ref.
 java.lang.String toString()
           
 
Methods inherited from class akka.actor.InternalActorRef
getChild, getParent, isLocal, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend
 
Methods inherited from class akka.actor.ActorRef
compareTo, equals, forward, hashCode, noSender, tell
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface akka.actor.MinimalActorRef
getChild, getParent, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend, writeReplace
 
Methods inherited from interface akka.actor.LocalRef
isLocal
 
Methods inherited from interface akka.event.Logging.StdOutLogger
date, dateFormat, debug, debugFormat, error, errorFormat, errorFormatWithoutCause, info, infoFormat, print, timestamp, warning, warningFormat
 

Constructor Detail

Logging.StandardOutLogger

public Logging.StandardOutLogger()
Method Detail

path

public ActorPath path()
Description copied from class: ActorRef
Returns the path for this actor (from this actor up to the root actor).

Specified by:
path in class ActorRef
Returns:
(undocumented)

provider

public ActorRefProvider provider()
Description copied from class: InternalActorRef
Get a reference to the actor ref provider which created this ref.

Specified by:
provider in class InternalActorRef
Returns:
(undocumented)

toString

public java.lang.String toString()
Overrides:
toString in class ActorRef