- All Implemented Interfaces:
- Logging.StdOutLogger, ActorRefImpl<Logging.LogEvent>, java.lang.Comparable<ActorRef<scala.runtime.Nothing$>>
- Enclosing class:
- EventStreamImpl
public class EventStreamImpl.StandardOutLogger
extends ActorRef<Logging.LogEvent>
implements ActorRefImpl<Logging.LogEvent>, 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
.