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