Uses of Class
org.apache.cxf.common.logging.AbstractDelegatingLogger
Packages that use AbstractDelegatingLogger
- 
Uses of AbstractDelegatingLogger in org.apache.cxf.common.loggingSubclasses of AbstractDelegatingLogger in org.apache.cxf.common.loggingModifier and TypeClassDescriptionclassjava.util.logging.Logger implementation delegating to SLF4J.Method parameters in org.apache.cxf.common.logging with type arguments of type AbstractDelegatingLoggerModifier and TypeMethodDescriptionstatic voidLogUtils.setLoggerClass(Class<? extends AbstractDelegatingLogger> cls) Specify a logger class that inherits fromAbstractDelegatingLogger.