Interface CustomLogFactory


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

    Modifier and Type
    Method
    Description
    getLog(Class<?> clazz)
     
    getLog(String category)
     
  • Method Details