Interface LoggerFactory

  • All Known Implementing Classes:
    DefaultCategoryFactory

    public interface LoggerFactory
    Implement this interface to create new instances of Logger or a sub-class of Logger.

    See examples/subclass/MyLogger.java for an example.

    • Method Detail

      • makeNewLoggerInstance

        Logger makeNewLoggerInstance​(java.lang.String name)