Uses of Class
org.apache.log4j.spi.NOPULogger
-
Packages that use NOPULogger Package Description org.apache.log4j.spi -
-
Uses of NOPULogger in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as NOPULogger Modifier and Type Field Description static NOPULogger
NOPULogger. NOP_LOGGER
The unique instance of NOPLogger.Methods in org.apache.log4j.spi that return NOPULogger Modifier and Type Method Description static NOPULogger
NOPULogger. getLogger(String name)
Get instance.
-