Interface CustomLogFactory


  • public interface CustomLogFactory
    An extension interface allowing to plug in a custom log provider.
    • Method Detail

      • getLog

        Log getLog​(java.lang.Class<?> clazz)
      • getLog

        Log getLog​(java.lang.String category)