akka.contrib
java.util.logging logger.
java.util.logging
Makes the Akka Logging API available as the log field, using java.util.logging as the backend.
Logging
log
This trait does not require an ActorSystem and is encouraged to be used as a general purpose Scala logging API.
ActorSystem
For Actors, use ActorLogging instead.
Actor
ActorLogging
Makes the Akka
Logging
API available as thelog
field, usingjava.util.logging
as the backend.This trait does not require an
ActorSystem
and is encouraged to be used as a general purpose Scala logging API.For
Actor
s, useActorLogging
instead.