Package akka.event.jul
Interface JavaLogging
-
public interface JavaLogging
Deprecated.Use SLF4J or direct java.util.logging instead. Since 2.6.0.Base trait for all classes that wants to be able use the JUL logging infrastructure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.logging.Logger
log()
Deprecated.
-