package jul
Type Members
-
class
JavaLogger
extends Actor with RequiresMessageQueue[LoggerMessageQueueSemantics]
java.util.logginglogger. -
trait
JavaLogging
extends AnyRef
Makes the Akka
LoggingAPI available as thelogfield, usingjava.util.loggingas the backend.Makes the Akka
LoggingAPI available as thelogfield, usingjava.util.loggingas the backend.This trait does not require an
ActorSystemand is encouraged to be used as a general purpose Scala logging API.For
Actors, useActorLogginginstead. - trait JavaLoggingAdapter extends LoggingAdapter