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 Detail

      • log

        java.util.logging.Logger log()
        Deprecated.