Interface JavaLogging


  • public interface JavaLogging
    Deprecated.
    Feel free to copy. Since 2.5.0.
    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.

    • Method Detail

      • log

        java.lang.Object log()
        Deprecated.