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