Package | Description |
---|---|
org.apache.commons.logging |
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging . |
org.apache.commons.logging.impl |
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging . |
org.springframework.aop.aspectj.annotation |
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
|
org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
org.springframework.aop.framework.autoproxy |
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
|
org.springframework.aop.framework.autoproxy.target | |
org.springframework.aop.interceptor |
Provides miscellaneous interceptor implementations.
|
org.springframework.aop.target | |
org.springframework.aop.target.dynamic | |
org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.beans.factory.wiring |
Mechanism to determine bean wiring metadata from a bean instance.
|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
org.springframework.beans.support |
Classes supporting the org.springframework.beans package,
such as utility classes for sorting and holding lists of beans.
|
org.springframework.cache.ehcache |
Support classes for the open source cache
EhCache 2.x,
allowing to set up an EhCache CacheManager and Caches
as beans in a Spring context.
|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
org.springframework.cache.jcache.interceptor |
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
|
org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
org.springframework.context.event |
Support classes for application events, like standard context events.
|
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.context.weaving |
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction. |
org.springframework.core |
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
|
org.springframework.core.codec | |
org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.core.log |
Useful delegates for Spring's logging conventions.
|
org.springframework.core.type.filter |
Core support package for type filtering (e.g.
|
org.springframework.dao.support |
Support classes for DAO implementations,
providing miscellaneous utility methods.
|
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
org.springframework.http.client.support |
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
|
org.springframework.http.codec | |
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
org.springframework.jca.cci.connection |
Provides a utility class for easy ConnectionFactory access,
a PlatformTransactionManager for local CCI transactions,
and various simple ConnectionFactory proxies/adapters.
|
org.springframework.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.7 compliant RAR file.
|
org.springframework.jca.endpoint |
This package provides a facility for generic JCA message endpoint management.
|
org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
org.springframework.jdbc.core.metadata |
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
|
org.springframework.jdbc.core.simple |
Simplification layer for table inserts and stored procedure calls.
|
org.springframework.jdbc.datasource |
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
|
org.springframework.jdbc.object |
The classes in this package represent RDBMS queries, updates,
and stored procedures as threadsafe, reusable objects.
|
org.springframework.jdbc.support |
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
|
org.springframework.jdbc.support.lob |
Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
|
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.connection |
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
org.springframework.jms.core.support |
Classes supporting the
org.springframework.jms.core package. |
org.springframework.jms.listener.adapter |
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
org.springframework.jms.support |
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
|
org.springframework.jmx.access |
Provides support for accessing remote MBean resources.
|
org.springframework.jmx.export.naming |
Provides a strategy for ObjectName creation.
|
org.springframework.jmx.support |
Contains support classes for connecting to local and remote
MBeanServer s
and for exposing an MBeanServer to remote clients. |
org.springframework.jndi |
The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
|
org.springframework.messaging.converter |
Provides support for message conversion.
|
org.springframework.messaging.core |
Defines interfaces and implementation classes for messaging templates.
|
org.springframework.messaging.handler |
Basic abstractions for working with message handler methods.
|
org.springframework.messaging.handler.annotation.reactive |
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
|
org.springframework.messaging.handler.invocation |
Common infrastructure for invoking message handler methods.
|
org.springframework.messaging.handler.invocation.reactive |
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
|
org.springframework.messaging.simp |
Generic support for Simple Messaging Protocols including protocols such as STOMP.
|
org.springframework.messaging.simp.annotation.support |
Support classes for handling messages from simple messaging protocols
(like STOMP).
|
org.springframework.messaging.simp.broker |
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
|
org.springframework.messaging.support |
Provides implementations of
Message along with
a MessageBuilder and MessageHeaderAccessor for building and working with messages and
message headers, as well as various MessageChannel
implementations and channel interceptor support. |
org.springframework.messaging.tcp.reactor |
Contains support for TCP messaging based on Reactor.
|
org.springframework.orm.hibernate5 |
Package providing integration of
Hibernate 5.x
with Spring concepts.
|
org.springframework.orm.hibernate5.support |
Classes supporting the
org.springframework.orm.hibernate5 package. |
org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
org.springframework.orm.jpa.persistenceunit |
Internal support for managing JPA persistence units.
|
org.springframework.oxm.jaxb |
Package providing integration of JAXB
with Spring's O/X Mapping support.
|
org.springframework.oxm.support |
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
org.springframework.remoting.jaxws |
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
as included in Java 6 and Java EE 5.
|
org.springframework.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the
java.util.concurrent
and javax.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
org.springframework.scheduling.quartz |
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
|
org.springframework.scheduling.support |
Generic support classes for scheduling.
|
org.springframework.scripting.support |
Support classes for Spring's scripting package.
|
org.springframework.test.context.junit4 |
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
|
org.springframework.test.context.junit4.statements |
Custom JUnit 4
Statements used in the Spring TestContext Framework. |
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for integrating the Spring TestContext Framework
with TestNG.
|
org.springframework.test.context.web |
Web support classes for the Spring TestContext Framework.
|
org.springframework.transaction.interceptor |
AOP-based solution for declarative transaction demarcation.
|
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
org.springframework.transaction.support |
Support classes for the org.springframework.transaction package.
|
org.springframework.ui.context.support |
Classes supporting the org.springframework.ui.context package.
|
org.springframework.ui.freemarker |
Support classes for setting up
FreeMarker
within a Spring application context.
|
org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
org.springframework.util.xml |
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Commons Logging.
|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
org.springframework.web.client.support |
Classes supporting the
org.springframework.web.client package. |
org.springframework.web.context |
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
|
org.springframework.web.context.support |
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
org.springframework.web.filter |
Provides generic filter base classes allowing for bean-style configuration.
|
org.springframework.web.jsf.el |
ELResolvers for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
|
org.springframework.web.method |
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package. |
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.multipart.commons |
MultipartResolver implementation for
Apache Commons FileUpload.
|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.reactive.result |
Support for various programming model styles including the invocation of
different types of handlers, e.g.
|
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
org.springframework.web.reactive.socket.server.support |
Server-side support classes for WebSocket requests.
|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.i18n |
Locale support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
org.springframework.web.servlet.view.tiles3 |
Support classes for the integration of
Tiles 3
(the standalone version of Tiles) as Spring web view technology.
|
org.springframework.web.socket.adapter |
Classes adapting Spring's WebSocket API to and from WebSocket providers.
|
org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
org.springframework.web.socket.handler |
Convenient
WebSocketHandler
implementations and decorators. |
org.springframework.web.socket.server.standard |
Server-side classes for use with standard JSR-356 WebSocket endpoints.
|
org.springframework.web.socket.server.support |
Server-side support classes including container-specific strategies
for upgrading a request.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
org.springframework.web.socket.sockjs.support |
Support classes for SockJS including an
AbstractSockJsService
implementation. |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
Modifier and Type | Method and Description |
---|---|
Log |
LogFactoryService.getInstance(Class<?> clazz)
Deprecated.
|
Log |
LogFactory.getInstance(Class<?> clazz)
Deprecated.
in favor of
LogFactory.getLog(Class) |
Log |
LogFactoryService.getInstance(String name)
Deprecated.
|
Log |
LogFactory.getInstance(String name)
Deprecated.
in favor of
LogFactory.getLog(String) |
static Log |
LogFactory.getLog(Class<?> clazz)
Convenience method to return a named logger.
|
static Log |
LogFactory.getLog(String name)
Convenience method to return a named logger.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpLog
Trivial implementation of
Log that throws away all messages. |
class |
SimpleLog
Deprecated.
in
spring-jcl (effectively equivalent to NoOpLog ) |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractAspectJAdvisorFactory.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
ProxyFactoryBean.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractAutoProxyCreator.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractBeanFactoryBasedTargetSourceCreator.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractTraceInterceptor.defaultLogger
The default
Log instance used to write trace messages. |
protected Log |
AsyncExecutionAspectSupport.logger |
Modifier and Type | Method and Description |
---|---|
protected Log |
AbstractTraceInterceptor.getLoggerForInvocation(MethodInvocation invocation)
Return the appropriate
Log instance to use for the given
MethodInvocation . |
Modifier and Type | Method and Description |
---|---|
protected Object |
CustomizableTraceInterceptor.invokeUnderTrace(MethodInvocation invocation,
Log logger)
Writes a log message before the invocation based on the value of
enterMessage . |
protected Object |
SimpleTraceInterceptor.invokeUnderTrace(MethodInvocation invocation,
Log logger) |
protected abstract Object |
AbstractTraceInterceptor.invokeUnderTrace(MethodInvocation invocation,
Log logger)
Subclasses must override this method to perform any tracing around the
supplied
MethodInvocation . |
protected Object |
PerformanceMonitorInterceptor.invokeUnderTrace(MethodInvocation invocation,
Log logger) |
protected Object |
JamonPerformanceMonitorInterceptor.invokeUnderTrace(MethodInvocation invocation,
Log logger)
Wraps the invocation with a JAMon Monitor and writes the current
performance statistics to the log (if enabled).
|
protected boolean |
AbstractTraceInterceptor.isInterceptorEnabled(MethodInvocation invocation,
Log logger)
Determine whether the interceptor should kick in, that is,
whether the
invokeUnderTrace method should be called. |
protected boolean |
JamonPerformanceMonitorInterceptor.isInterceptorEnabled(MethodInvocation invocation,
Log logger)
Always applies the interceptor if the "trackAllInvocations" flag has been set;
else just kicks in if the log is enabled.
|
protected boolean |
AbstractTraceInterceptor.isLogEnabled(Log logger)
Determine whether the given
Log instance is enabled. |
protected void |
AbstractTraceInterceptor.writeToLog(Log logger,
String message)
Write the supplied trace message to the supplied
Log instance. |
protected void |
AbstractTraceInterceptor.writeToLog(Log logger,
String message,
Throwable ex)
Write the supplied trace message and
Throwable to the
supplied Log instance. |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractBeanFactoryBasedTargetSource.logger
Logger available to subclasses.
|
protected Log |
AbstractLazyCreationTargetSource.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractRefreshableTargetSource.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AutowiredAnnotationBeanPostProcessor.logger |
protected Log |
InitDestroyAnnotationBeanPostProcessor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractFactoryBean.logger
Logger available to subclasses.
|
protected Log |
CustomEditorConfigurer.logger |
protected Log |
DeprecatedBeanWarner.logger
Logger available to subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
FailFastProblemReporter.setLogger(Log logger)
Set the
logger that is to be used to report warnings. |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractBeanDefinitionReader.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
BeanConfigurerSupport.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
DefaultNamespaceHandlerResolver.logger
Logger available to subclasses.
|
protected Log |
DefaultBeanDefinitionDocumentReader.logger |
protected Log |
BeanDefinitionParserDelegate.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
PropertyComparator.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
EhCacheManagerFactoryBean.logger |
protected Log |
EhCacheFactoryBean.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
CacheAspectSupport.logger |
protected static Log |
NameMatchCacheOperationSource.logger
Logger available to subclasses.
|
protected Log |
AbstractFallbackCacheOperationSource.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
JCacheAspectSupport.logger |
protected Log |
AbstractFallbackJCacheOperationSource.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ClassPathScanningCandidateComponentProvider.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
EventListenerMethodProcessor.logger |
protected Log |
ApplicationListenerMethodAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractApplicationContext.logger
Logger used by this class.
|
protected Log |
MessageSourceSupport.logger
Logger available to subclasses.
|
protected Log |
ApplicationObjectSupport.logger
Logger that is available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
DefaultContextLoadTimeWeaver.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
SimpleAliasRegistry.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractEncoder.logger |
protected Log |
AbstractDecoder.logger |
Modifier and Type | Method and Description |
---|---|
Log |
AbstractEncoder.getLogger()
Return the currently configured Logger.
|
Log |
AbstractDecoder.getLogger()
Return the currently configured Logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEncoder.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
void |
AbstractDecoder.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
static void |
Hints.touchDataBuffer(DataBuffer buffer,
Map<String,Object> hints,
Log logger)
If the hints contain a
Hints.LOG_PREFIX_HINT and the given logger has
DEBUG level enabled, apply the log prefix as a hint to the given buffer
via DataBufferUtils.touch(DataBuffer, Object) . |
Modifier and Type | Field and Description |
---|---|
protected Log |
PropertySource.logger |
protected Log |
AbstractEnvironment.logger |
protected Log |
AbstractPropertyResolver.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
PropertiesLoaderSupport.logger
Logger available to subclasses.
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogDelegateFactory.getCompositeLog(Log primaryLogger,
Log secondaryLogger,
Log... tertiaryLoggers)
Create a composite logger that delegates to a primary or falls back on a
secondary logger if logging for the primary logger is not enabled.
|
static Log |
LogDelegateFactory.getHiddenLog(Class<?> clazz)
Create a "hidden" logger with a category name prefixed with "_", thus
precluding it from being enabled together with other log categories from
the same package.
|
static Log |
LogDelegateFactory.getHiddenLog(String category)
Create a "hidden" logger with a category name prefixed with "_", thus
precluding it from being enabled together with other log categories from
the same package.
|
Log |
LogAccessor.getLog()
Return the target Commons Log.
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogDelegateFactory.getCompositeLog(Log primaryLogger,
Log secondaryLogger,
Log... tertiaryLoggers)
Create a composite logger that delegates to a primary or falls back on a
secondary logger if logging for the primary logger is not enabled.
|
static Log |
LogDelegateFactory.getCompositeLog(Log primaryLogger,
Log secondaryLogger,
Log... tertiaryLoggers)
Create a composite logger that delegates to a primary or falls back on a
secondary logger if logging for the primary logger is not enabled.
|
static void |
LogFormatUtils.traceDebug(Log logger,
Function<Boolean,String> messageFactory)
Use this to log a message with different levels of detail (or different
messages) at TRACE vs DEBUG log levels.
|
Constructor and Description |
---|
LogAccessor(Log log)
Create a new accessor for the given Commons Log.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractTypeHierarchyTraversingFilter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
DaoSupport.logger
Logger available to subclasses.
|
Modifier and Type | Method and Description |
---|---|
static Log |
HttpLogging.forLog(Log primaryLogger)
Wrap the given primary logger with a composite logger that delegates to
it or to the fallback logger "org.springframework.web.HttpLogging",
if the primary is not enabled.
|
static Log |
HttpLogging.forLogName(Class<?> primaryLoggerClass)
Create a primary logger for the given class and wrap it with a composite
that delegates to it or to the fallback logger
"org.springframework.web.HttpLogging", if the primary is not enabled.
|
Modifier and Type | Method and Description |
---|---|
static Log |
HttpLogging.forLog(Log primaryLogger)
Wrap the given primary logger with a composite logger that delegates to
it or to the fallback logger "org.springframework.web.HttpLogging",
if the primary is not enabled.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AsyncHttpAccessor.logger
Deprecated.
Logger available to subclasses.
|
protected Log |
HttpAccessor.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
LoggingCodecSupport.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
Jackson2CodecSupport.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHttpMessageConverter.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractListenerReadPublisher.rsReadLogger
Special logger for debugging Reactive Streams signals.
|
protected static Log |
AbstractListenerWriteFlushProcessor.rsWriteFlushLogger
Special logger for debugging Reactive Streams signals.
|
protected static Log |
AbstractListenerWriteProcessor.rsWriteLogger
Special logger for debugging Reactive Streams signals.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
SingleConnectionFactory.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
SpringContextResourceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMessageEndpointFactory.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
BeanPropertyRowMapper.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
TableMetaDataContext.logger |
protected static Log |
GenericTableMetaDataProvider.logger
Logger available to subclasses.
|
protected static Log |
GenericCallMetaDataProvider.logger
Logger available to subclasses.
|
protected Log |
CallMetaDataContext.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractJdbcCall.logger
Logger available to subclasses.
|
protected Log |
AbstractJdbcInsert.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
WebSphereDataSourceAdapter.logger |
protected Log |
AbstractDataSource.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
RdbmsOperation.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
JdbcAccessor.logger
Logger available to subclasses.
|
protected Log |
DatabaseStartupValidator.logger |
protected Log |
AbstractFallbackSQLExceptionTranslator.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
TemporaryLobCreator.logger |
protected Log |
DefaultLobHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
JmsListenerAnnotationBeanPostProcessor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractJmsListenerContainerFactory.logger |
protected Log |
JmsListenerEndpointRegistry.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
SingleConnectionFactory.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
JmsGatewaySupport.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractAdaptableMessageListener.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
DefaultJmsActivationSpecFactory.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
JmsAccessor.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
NotificationListenerRegistrar.logger
Logger available to subclasses.
|
protected Log |
MBeanClientInterceptor.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
KeyNamingStrategy.logger
Log instance for this class. |
Modifier and Type | Field and Description |
---|---|
protected Log |
MBeanRegistrationSupport.logger
Log instance for this class. |
protected Log |
MBeanServerFactoryBean.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
JndiTemplate.logger |
protected Log |
JndiAccessor.logger
Logger, available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMessageConverter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMessageSendingTemplate.logger |
Modifier and Type | Field and Description |
---|---|
static Log |
HandlerMethod.defaultLogger
Public for wrapping with fallback logger.
|
protected Log |
HandlerMethod.logger |
Modifier and Type | Method and Description |
---|---|
Log |
HandlerMethod.getLogger()
Return the currently configured Logger.
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerMethod.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
PayloadMethodArgumentResolver.logger |
Modifier and Type | Field and Description |
---|---|
static Log |
HandlerMethodReturnValueHandlerComposite.defaultLogger
Public for wrapping with fallback logger.
|
protected Log |
AbstractMethodMessageHandler.logger |
Modifier and Type | Method and Description |
---|---|
protected Log |
AbstractMethodMessageHandler.getHandlerMethodLogger()
Return a logger to set on
InvocableHandlerMethod . |
Log |
HandlerMethodReturnValueHandlerComposite.getLogger()
Return the currently configured Logger.
|
protected Log |
AbstractMethodMessageHandler.getReturnValueHandlerLogger()
Return a logger to set on
HandlerMethodReturnValueHandlerComposite . |
Modifier and Type | Method and Description |
---|---|
void |
HandlerMethodReturnValueHandlerComposite.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
HandlerMethodArgumentResolverComposite.logger |
protected Log |
AbstractMethodMessageHandler.logger |
protected Log |
AbstractEncoderMethodReturnValueHandler.logger |
protected Log |
HandlerMethodReturnValueHandlerComposite.logger |
Modifier and Type | Method and Description |
---|---|
static Log |
SimpLogging.forLog(Log primaryLogger)
Wrap the given primary logger with a composite logger that delegates to
either the primary or to the shared fallback logger
"org.springframework.web.HttpLogging", if the primary is not enabled.
|
static Log |
SimpLogging.forLogName(Class<?> primaryLoggerClass)
Create a primary logger for the given class and wrap it with a composite
that delegates to it or to the fallback logger named
"org.springframework.web.SimpLogging", if the primary is not enabled.
|
Modifier and Type | Method and Description |
---|---|
static Log |
SimpLogging.forLog(Log primaryLogger)
Wrap the given primary logger with a composite logger that delegates to
either the primary or to the shared fallback logger
"org.springframework.web.HttpLogging", if the primary is not enabled.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
SimpAnnotationMethodMessageHandler.getHandlerMethodLogger() |
protected Log |
SimpAnnotationMethodMessageHandler.getReturnValueHandlerLogger() |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractBrokerMessageHandler.logger |
protected Log |
AbstractSubscriptionRegistry.logger |
Constructor and Description |
---|
OrderedMessageChannelDecorator(MessageChannel channel,
Log logger) |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHeaderMapper.logger |
protected Log |
AbstractMessageChannel.logger |
Modifier and Type | Method and Description |
---|---|
Log |
AbstractMessageChannel.getLogger()
Return the currently configured Logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageChannel.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
Modifier and Type | Method and Description |
---|---|
Log |
ReactorNettyTcpClient.getLogger()
Return the currently configured Logger.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorNettyTcpClient.setLogger(Log logger)
Set an alternative logger to use than the one based on the class name.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
HibernateTemplate.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
OpenSessionInViewInterceptor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractEntityManagerFactoryBean.logger
Logger available to subclasses.
|
protected Log |
EntityManagerFactoryAccessor.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
DefaultPersistenceUnitManager.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
Jaxb2Marshaller.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMarshaller.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHttpInvokerRequestExecutor.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
SimpleHttpServerJaxWsServiceExporter.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
RmiRegistryFactoryBean.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
RemoteInvocationTraceInterceptor.logger |
protected Log |
SimpleHttpServerFactoryBean.logger
Deprecated.
|
protected Log |
RemotingSupport.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
ScheduledAnnotationBeanPostProcessor.logger |
protected Log |
AsyncAnnotationBeanPostProcessor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ExecutorConfigurationSupport.logger |
protected Log |
DefaultManagedAwareThreadFactory.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
MethodInvokingJobDetailFactoryBean.MethodInvokingJob.logger |
protected static Log |
ResourceLoaderClassLoadHelper.logger |
protected Log |
SchedulerAccessor.logger |
protected Log |
LocalTaskExecutorThreadPool.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
MethodInvokingRunnable.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ResourceScriptSource.logger
Logger available to subclasses.
|
protected Log |
ScriptFactoryPostProcessor.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractJUnit4SpringContextTests.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
SpringRepeat.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractGenericContextLoader.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractTestNGSpringContextTests.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractGenericWebContextLoader.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
MethodMapTransactionAttributeSource.logger
Logger available to subclasses.
|
protected Log |
TransactionAspectSupport.logger |
protected static Log |
NameMatchTransactionAttributeSource.logger
Logger available to subclasses.
|
protected Log |
AbstractFallbackTransactionAttributeSource.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
SpringJtaSynchronizationAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractReactiveTransactionManager.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
TransactionTemplate.logger
Logger available to subclasses.
|
protected Log |
AbstractPlatformTransactionManager.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ResourceBundleThemeSource.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
FreeMarkerConfigurationFactory.logger |
protected Log |
SpringTemplateLoader.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ConcurrencyThrottleSupport.logger
Transient to optimize serialization.
|
Constructor and Description |
---|
CommonsLogWriter(Log logger)
Create a new CommonsLogWriter for the given Commons Logging logger.
|
Constructor and Description |
---|
SimpleSaxErrorHandler(Log logger)
Create a new SimpleSaxErrorHandler for the given
Commons Logging logger instance.
|
SimpleTransformErrorListener(Log logger)
Create a new SimpleTransformErrorListener for the given
Commons Logging logger instance.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
DataBinder.logger
We'll create a lot of DataBinder instances: Let's use a static logger.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMappingContentNegotiationStrategy.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
RestGatewaySupport.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractContextLoaderInitializer.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
ServletContextAttributeExporter.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
GenericFilterBean.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
WebApplicationContextFacesELResolver.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
HandlerMethod.logger
Logger that is available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
ModelAttributeMethodProcessor.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
CommonsMultipartFile.logger |
protected Log |
CommonsFileUploadSupport.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHandlerMapping.mappingsLogger
Dedicated "hidden" logger for request mappings.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractPrefixVersionStrategy.logger |
protected Log |
AbstractFileNameVersionStrategy.logger |
protected Log |
AbstractResourceResolver.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
HandlerResultHandlerSupport.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
HandlerMethodArgumentResolverSupport.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractView.logger
Logger that is available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractWebSocketSession.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
HandshakeWebSocketService.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
HttpServletBean.logger
Logger available to subclasses.
|
protected static Log |
DispatcherServlet.pageNotFoundLogger
Additional logger to use when no mapped handler is found for a request.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHandlerExceptionResolver.logger
Logger available to subclasses.
|
protected Log |
AbstractHandlerMapping.mappingsLogger
Dedicated "hidden" logger for request mappings.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
LocaleChangeInterceptor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractMessageConverterMethodArgumentResolver.logger |
protected Log |
ResponseEntityExceptionHandler.logger
Common logger for use in subclasses.
|
protected static Log |
ResponseEntityExceptionHandler.pageNotFoundLogger
Specific logger to use when no mapped handler is found for a request.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
DefaultHandlerExceptionResolver.pageNotFoundLogger
Additional logger to use when no mapped handler is found for a request.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractVersionStrategy.logger |
protected Log |
ResourceUrlProvider.logger |
protected Log |
AbstractResourceResolver.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractFlashMapManager.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
RequestContextAwareTag.logger
Logger available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
TilesConfigurer.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractWebSocketSession.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
ConnectionManagerSupport.logger |
protected Log |
AbstractWebSocketClient.logger |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionWebSocketHandlerDecorator.tryCloseWithError(WebSocketSession session,
Throwable exception,
Log logger) |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractStandardUpgradeStrategy.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractHandshakeHandler.logger |
protected Log |
OriginHandshakeInterceptor.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractXhrTransport.logger |
protected Log |
AbstractClientSockJsSession.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractSockJsService.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractTransportHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractSockJsSession.disconnectedClientLogger
Separate logger to use on network IO failure after a client has gone away.
|
protected Log |
AbstractSockJsSession.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
CookieGenerator.logger |