akka.contrib.jul
Interface JavaLogging


public interface JavaLogging

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 Summary
 java.lang.Object log()
           
 

Method Detail

log

java.lang.Object log()