| Log4j 1.2.13 | |
| Frames | No Frames |
Fields of type org.apache.log4j.spi.LoggerFactory | |
| LoggerFactory | |
Methods with parameter type org.apache.log4j.spi.LoggerFactory | |
| Logger | Return a new logger instance named as the first parameter using
factory. |
| Logger | Like getLogger(String) except that the type of logger
instantiated depends on the type returned by the LoggerFactory.makeNewLoggerInstance(String) method of the
factory parameter. |
| Logger | Retrieve the appropriate Logger instance. |
Methods with parameter type org.apache.log4j.spi.LoggerFactory | |
| Logger | |