Interface Logger.LoggerFactory

All Known Implementing Classes:
JDKLogger.JDKLoggerFactory, Log4JLogger.Log4JLoggerFactory, SLF4JLogger.SLF4JLoggerFactory
Enclosing interface:
Logger

public static interface Logger.LoggerFactory
Produces instances of Logger relevant to the specified category
  • Method Summary

    Modifier and Type
    Method
    Description
    getLogger(String category)
     
  • Method Details