akka.event
Class Logging.StandardOutLogger

java.lang.Object
  extended by akka.actor.InternalActorRef
      extended by akka.event.Logging.StandardOutLogger
All Implemented Interfaces:
Logging.StdOutLogger
Enclosing class:
Logging

public static class Logging.StandardOutLogger
extends akka.actor.InternalActorRef
implements 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.


Constructor Summary
Logging.StandardOutLogger()
           
 
Method Summary
 ActorPath path()
           
 ActorRefProvider provider()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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()

provider

public ActorRefProvider provider()

toString

public java.lang.String toString()