Class Log4jLoggerFactory

java.lang.Object
org.apache.log4j.Log4jLoggerFactory

class Log4jLoggerFactory extends Object
This class is a factory that creates and maintains org.apache.log4j.Loggers wrapping org.slf4j.Loggers. It keeps a hashtable of all created org.apache.log4j.Logger instances so that all newly created instances are not duplicates of existing loggers.
  • Field Details

  • Constructor Details

    • Log4jLoggerFactory

      Log4jLoggerFactory()
  • Method Details