Uses of Class
org.apache.log4j.spi.NOPLoggerRepository
-
Packages that use NOPLoggerRepository Package Description org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. -
-
Uses of NOPLoggerRepository in org.apache.log4j.spi
Constructors in org.apache.log4j.spi with parameters of type NOPLoggerRepository Constructor Description NOPLogger(NOPLoggerRepository repo, String name)
Create instance of Logger.
-