Uses of Interface
org.apache.commons.logging.Log
Packages that use Log
Package
Description
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging.Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging.-
Uses of Log in org.apache.commons.logging
Methods in org.apache.commons.logging that return LogModifier and TypeMethodDescriptionLogFactory.getInstance(Class<?> clazz) Deprecated.LogFactory.getInstance(String name) Deprecated.in favor ofLogFactory.getLog(String)LogFactoryService.getInstance(Class<?> clazz) Deprecated.LogFactoryService.getInstance(String name) Deprecated.static LogConvenience method to return a named logger.static LogConvenience method to return a named logger. -
Uses of Log in org.apache.commons.logging.impl
Classes in org.apache.commons.logging.impl that implement Log
LogFactory.getLog(Class)