Package

akka.contrib

jul

Permalink

package jul

Visibility
  1. Public
  2. All

Type Members

  1. class JavaLogger extends Actor with RequiresMessageQueue[LoggerMessageQueueSemantics]

    Permalink

    java.util.logging logger.

  2. trait JavaLogging extends AnyRef

    Permalink

    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

    Permalink

Ungrouped