Uses of Interface
org.apache.log4j.ULogger
Packages that use ULogger
-
Uses of ULogger in org.apache.log4j.spi
Classes in org.apache.log4j.spi that implement ULoggerModifier and TypeClassDescriptionfinal class
An implementation of ULogger on org.apache.log4j.Logger.final class
A no operation (NOP) implementation ofULogger
.final class
A simple implementation that logs messages of level INFO or higher on the console (System.out
).Fields in org.apache.log4j.spi declared as ULoggerMethods in org.apache.log4j.spi that return ULoggerModifier and TypeMethodDescriptionprotected ULogger
ComponentBase.getLogger()
Return an instance specific logger to be used by the component itself.protected ULogger
ComponentBase.getNonFloodingLogger()
Frequently called methods in log4j components can invoke this method in order to avoid flooding the output when logging lasting error conditions.