Packages

package jul

Type Members

  1. class JavaLogger extends Actor with RequiresMessageQueue[LoggerMessageQueueSemantics]

    java.util.logging logger.

  2. trait JavaLogging extends AnyRef

    Makes the Akka Logging API available as the log field, using java.util.logging as the backend.

    Makes the Akka Logging API available as the log field, using java.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 Actors, use ActorLogging instead.

  3. trait JavaLoggingAdapter extends LoggingAdapter

Ungrouped