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
.Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Various
TargetSourceCreator
implementations for use with Spring's AOP auto-proxying support.Provides miscellaneous interceptor implementations.
Various
TargetSource
implementations for use
with Spring AOP.Support for dynamic, refreshable
TargetSource
implementations for use with Spring AOP.Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Support infrastructure for bean definition parsing.
Classes supporting the
org.springframework.beans.factory
package.Mechanism to determine bean wiring metadata from a bean instance.
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.Classes supporting the org.springframework.beans package,
such as utility classes for sorting and holding lists of beans.
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support classes for application events, like standard context events.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver
abstraction.Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
Useful delegates for Spring's logging conventions.
Core support package for type filtering (for example, for classpath scanning).
Support classes for DAO implementations,
providing miscellaneous utility methods.
Contains a basic abstraction over client/server-side HTTP.
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
JSON encoder and decoder support.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Abstractions for reactive HTTP server support including a
ServerHttpRequest
and
ServerHttpResponse
along with an
HttpHandler
for processing.This package provides a facility for generic JCA message endpoint management.
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
Simplification layer for common JDBC interactions.
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
Provides extensible support for creating embedded database instances.
The classes in this package represent RDBMS queries, updates, and stored
procedures as threadsafe, reusable objects.
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
Annotations and support classes for declarative JMS listener endpoints.
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
Classes supporting the
org.springframework.jms.core
package.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.
This package provides JCA-based endpoint management for JMS message listeners.
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
Provides support for accessing remote MBean resources.
Provides a strategy for ObjectName creation.
Contains support classes for connecting to local and remote
MBeanServer
s
and for exposing an MBeanServer
to remote clients.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.
Provides support for message conversion.
Defines interfaces and implementation classes for messaging templates.
Basic abstractions for working with message handler methods.
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
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.Contains support for TCP messaging based on Reactor.
Package providing integration of
Hibernate 5.x
with Spring concepts.
Classes supporting the
org.springframework.orm.hibernate5
package.Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
Package providing integration of JAXB
with Spring's O/X Mapping support.
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
Annotation support for asynchronous method execution.
Scheduling convenience classes for the
java.util.concurrent
and jakarta.enterprise.concurrent
packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context.Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
Generic support classes for scheduling.
Support classes for Spring's scripting package.
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Custom JUnit 4
Statements
used in the Spring TestContext Framework.Support classes for the Spring TestContext Framework.
Support classes for integrating the Spring TestContext Framework
with TestNG.
Web support classes for the Spring TestContext Framework.
AOP-based solution for declarative transaction demarcation.
Transaction SPI implementation for JTA.
Support classes for reactive transaction management.
Support classes for the org.springframework.transaction package.
Classes supporting the org.springframework.ui.context package.
Support classes for setting up
FreeMarker
within a Spring application context.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Commons Logging.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
This package contains classes used to determine the requested the media types in a request.
Classes supporting the
org.springframework.web.client
package.Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.Provides generic filter base classes allowing for bean-style configuration.
ELResolvers for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.Support classes for annotation-based handler method processing.
Provides HandlerMapping implementations including abstract base classes.
Support classes for serving static resources.
Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler
.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
Support for creating a client proxy for an HTTP service annotated with
HttpExchange
methods.Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Locale support classes for Spring's web MVC framework.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
Support classes for serving static resources.
Support classes for Spring's web MVC framework.
This package contains Spring's JSP standard tag library for JSP 2.0+.
Classes adapting Spring's WebSocket API to and from WebSocket providers.
Client-side abstractions for WebSocket applications.
Convenient
WebSocketHandler
implementations and decorators.Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
for upgrading a request.
SockJS client implementation of
WebSocketClient
.Support classes for SockJS including an
AbstractSockJsService
implementation.TransportHandler
implementation classes as well as a concrete
SockJsService
.SockJS specific implementations of
WebSocketSession
.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
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 Log
Convenience method to return a named logger.static Log
Convenience 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 -
Uses of Log in org.springframework.aop.aspectj.annotation
Fields in org.springframework.aop.aspectj.annotation declared as Log -
Uses of Log in org.springframework.aop.framework
Fields in org.springframework.aop.framework declared as Log -
Uses of Log in org.springframework.aop.framework.autoproxy
Fields in org.springframework.aop.framework.autoproxy declared as Log -
Uses of Log in org.springframework.aop.framework.autoproxy.target
Fields in org.springframework.aop.framework.autoproxy.target declared as Log -
Uses of Log in org.springframework.aop.interceptor
Fields in org.springframework.aop.interceptor declared as LogModifier and TypeFieldDescriptionprotected Log
AbstractTraceInterceptor.defaultLogger
The defaultLog
instance used to write trace messages.protected final Log
AsyncExecutionAspectSupport.logger
Methods in org.springframework.aop.interceptor that return LogModifier and TypeMethodDescriptionprotected Log
AbstractTraceInterceptor.getLoggerForInvocation
(MethodInvocation invocation) Return the appropriateLog
instance to use for the givenMethodInvocation
.Methods in org.springframework.aop.interceptor with parameters of type LogModifier and TypeMethodDescriptionprotected abstract Object
AbstractTraceInterceptor.invokeUnderTrace
(MethodInvocation invocation, Log logger) Subclasses must override this method to perform any tracing around the suppliedMethodInvocation
.protected Object
CustomizableTraceInterceptor.invokeUnderTrace
(MethodInvocation invocation, Log logger) Writes a log message before the invocation based on the value ofenterMessage
.protected Object
PerformanceMonitorInterceptor.invokeUnderTrace
(MethodInvocation invocation, Log logger) protected Object
SimpleTraceInterceptor.invokeUnderTrace
(MethodInvocation invocation, Log logger) protected boolean
AbstractTraceInterceptor.isInterceptorEnabled
(MethodInvocation invocation, Log logger) Determine whether the interceptor should kick in, that is, whether theinvokeUnderTrace
method should be called.protected boolean
AbstractTraceInterceptor.isLogEnabled
(Log logger) Determine whether the givenLog
instance is enabled.protected void
AbstractTraceInterceptor.writeToLog
(Log logger, String message) Write the supplied trace message to the suppliedLog
instance.protected void
AbstractTraceInterceptor.writeToLog
(Log logger, String message, Throwable ex) Write the supplied trace message andThrowable
to the suppliedLog
instance. -
Uses of Log in org.springframework.aop.target
Fields in org.springframework.aop.target declared as Log -
Uses of Log in org.springframework.aop.target.dynamic
Fields in org.springframework.aop.target.dynamic declared as Log -
Uses of Log in org.springframework.beans.factory.annotation
Fields in org.springframework.beans.factory.annotation declared as Log -
Uses of Log in org.springframework.beans.factory.config
Fields in org.springframework.beans.factory.config declared as Log -
Uses of Log in org.springframework.beans.factory.parsing
Methods in org.springframework.beans.factory.parsing with parameters of type Log -
Uses of Log in org.springframework.beans.factory.support
Fields in org.springframework.beans.factory.support declared as Log -
Uses of Log in org.springframework.beans.factory.wiring
Fields in org.springframework.beans.factory.wiring declared as Log -
Uses of Log in org.springframework.beans.factory.xml
Fields in org.springframework.beans.factory.xml declared as Log -
Uses of Log in org.springframework.beans.support
Fields in org.springframework.beans.support declared as Log -
Uses of Log in org.springframework.cache.interceptor
Fields in org.springframework.cache.interceptor declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractFallbackCacheOperationSource.logger
Logger available to subclasses.protected final Log
CacheAspectSupport.logger
protected static final Log
NameMatchCacheOperationSource.logger
Logger available to subclasses.Methods in org.springframework.cache.interceptor that return LogModifier and TypeMethodDescriptionprotected final Log
LoggingCacheErrorHandler.getLogger()
Get the logger for thisLoggingCacheErrorHandler
.Constructors in org.springframework.cache.interceptor with parameters of type Log -
Uses of Log in org.springframework.cache.jcache.interceptor
Fields in org.springframework.cache.jcache.interceptor declared as Log -
Uses of Log in org.springframework.context.annotation
Fields in org.springframework.context.annotation declared as Log -
Uses of Log in org.springframework.context.event
Fields in org.springframework.context.event declared as Log -
Uses of Log in org.springframework.context.support
Fields in org.springframework.context.support declared as Log -
Uses of Log in org.springframework.context.weaving
Fields in org.springframework.context.weaving declared as Log -
Uses of Log in org.springframework.core
Fields in org.springframework.core declared as Log -
Uses of Log in org.springframework.core.codec
Fields in org.springframework.core.codec declared as LogModifier and TypeFieldDescriptionprotected Log
AbstractDecoder.logger
protected Log
AbstractEncoder.logger
Methods in org.springframework.core.codec that return LogModifier and TypeMethodDescriptionAbstractDecoder.getLogger()
Return the currently configured Logger.AbstractEncoder.getLogger()
Return the currently configured Logger.Methods in org.springframework.core.codec with parameters of type LogModifier and TypeMethodDescriptionvoid
Set an alternative logger to use than the one based on the class name.void
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 aHints.LOG_PREFIX_HINT
and the given logger has DEBUG level enabled, apply the log prefix as a hint to the given buffer viaDataBufferUtils.touch(DataBuffer, Object)
. -
Uses of Log in org.springframework.core.env
Fields in org.springframework.core.env declared as Log -
Uses of Log in org.springframework.core.io.support
Fields in org.springframework.core.io.support declared as LogModifier and TypeFieldDescriptionprotected final Log
PropertiesLoaderSupport.logger
Logger available to subclasses.Methods in org.springframework.core.io.support with parameters of type LogModifier and TypeMethodDescriptionCreate a newSpringFactoriesLoader.FailureHandler
that handles errors by logging trace messages. -
Uses of Log in org.springframework.core.log
Methods in org.springframework.core.log that return LogModifier and TypeMethodDescriptionstatic 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.final Log
LogAccessor.getLog()
Return the target Commons Log.Methods in org.springframework.core.log with parameters of type LogModifier and TypeMethodDescriptionstatic 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.Constructors in org.springframework.core.log with parameters of type LogModifierConstructorDescriptionLogAccessor
(Log log) Create a new accessor for the given Commons Log. -
Uses of Log in org.springframework.core.type.filter
Fields in org.springframework.core.type.filter declared as Log -
Uses of Log in org.springframework.dao.support
Fields in org.springframework.dao.support declared as Log -
Uses of Log in org.springframework.http
Methods in org.springframework.http that return LogModifier and TypeMethodDescriptionstatic Log
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.Methods in org.springframework.http with parameters of type Log -
Uses of Log in org.springframework.http.client.support
Fields in org.springframework.http.client.support declared as Log -
Uses of Log in org.springframework.http.codec
Fields in org.springframework.http.codec declared as Log -
Uses of Log in org.springframework.http.codec.json
Fields in org.springframework.http.codec.json declared as Log -
Uses of Log in org.springframework.http.converter
Fields in org.springframework.http.converter declared as Log -
Uses of Log in org.springframework.http.server.reactive
Fields in org.springframework.http.server.reactive declared as LogModifier and TypeFieldDescriptionprotected static Log
AbstractListenerReadPublisher.rsReadLogger
Special logger for debugging Reactive Streams signals.protected static final Log
AbstractListenerWriteFlushProcessor.rsWriteFlushLogger
Special logger for debugging Reactive Streams signals.protected static final Log
AbstractListenerWriteProcessor.rsWriteLogger
Special logger for debugging Reactive Streams signals. -
Uses of Log in org.springframework.jca.endpoint
Fields in org.springframework.jca.endpoint declared as Log -
Uses of Log in org.springframework.jdbc.core
Fields in org.springframework.jdbc.core declared as Log -
Uses of Log in org.springframework.jdbc.core.metadata
Fields in org.springframework.jdbc.core.metadata declared as LogModifier and TypeFieldDescriptionprotected final Log
CallMetaDataContext.logger
protected static final Log
GenericCallMetaDataProvider.logger
Logger available to subclasses.protected static final Log
GenericTableMetaDataProvider.logger
Logger available to subclasses.protected final Log
TableMetaDataContext.logger
-
Uses of Log in org.springframework.jdbc.core.simple
Fields in org.springframework.jdbc.core.simple declared as Log -
Uses of Log in org.springframework.jdbc.datasource
Fields in org.springframework.jdbc.datasource declared as Log -
Uses of Log in org.springframework.jdbc.datasource.embedded
Fields in org.springframework.jdbc.datasource.embedded declared as Log -
Uses of Log in org.springframework.jdbc.object
Fields in org.springframework.jdbc.object declared as Log -
Uses of Log in org.springframework.jdbc.support
Fields in org.springframework.jdbc.support declared as Log -
Uses of Log in org.springframework.jdbc.support.lob
Fields in org.springframework.jdbc.support.lob declared as Log -
Uses of Log in org.springframework.jms.annotation
Fields in org.springframework.jms.annotation declared as Log -
Uses of Log in org.springframework.jms.config
Fields in org.springframework.jms.config declared as Log -
Uses of Log in org.springframework.jms.connection
Fields in org.springframework.jms.connection declared as Log -
Uses of Log in org.springframework.jms.core.support
Fields in org.springframework.jms.core.support declared as Log -
Uses of Log in org.springframework.jms.listener.adapter
Fields in org.springframework.jms.listener.adapter declared as Log -
Uses of Log in org.springframework.jms.listener.endpoint
Fields in org.springframework.jms.listener.endpoint declared as Log -
Uses of Log in org.springframework.jms.support
Fields in org.springframework.jms.support declared as Log -
Uses of Log in org.springframework.jmx.access
Fields in org.springframework.jmx.access declared as Log -
Uses of Log in org.springframework.jmx.export.naming
Fields in org.springframework.jmx.export.naming declared as Log -
Uses of Log in org.springframework.jmx.support
Fields in org.springframework.jmx.support declared as Log -
Uses of Log in org.springframework.jndi
Fields in org.springframework.jndi declared as Log -
Uses of Log in org.springframework.messaging.converter
Fields in org.springframework.messaging.converter declared as Log -
Uses of Log in org.springframework.messaging.core
Fields in org.springframework.messaging.core declared as Log -
Uses of Log in org.springframework.messaging.handler
Fields in org.springframework.messaging.handler declared as LogModifier and TypeFieldDescriptionstatic final Log
HandlerMethod.defaultLogger
Public for wrapping with fallback logger.protected Log
HandlerMethod.logger
Methods in org.springframework.messaging.handler that return LogModifier and TypeMethodDescriptionHandlerMethod.getLogger()
Return the currently configured Logger.Methods in org.springframework.messaging.handler with parameters of type Log -
Uses of Log in org.springframework.messaging.handler.annotation.reactive
Fields in org.springframework.messaging.handler.annotation.reactive declared as Log -
Uses of Log in org.springframework.messaging.handler.invocation
Fields in org.springframework.messaging.handler.invocation declared as LogModifier and TypeFieldDescriptionstatic final Log
HandlerMethodReturnValueHandlerComposite.defaultLogger
Public for wrapping with fallback logger.protected final Log
AbstractMethodMessageHandler.logger
Methods in org.springframework.messaging.handler.invocation that return LogModifier and TypeMethodDescriptionprotected Log
AbstractMethodMessageHandler.getHandlerMethodLogger()
Return a logger to set onInvocableHandlerMethod
.HandlerMethodReturnValueHandlerComposite.getLogger()
Return the currently configured Logger.protected Log
AbstractMethodMessageHandler.getReturnValueHandlerLogger()
Return a logger to set onHandlerMethodReturnValueHandlerComposite
.Methods in org.springframework.messaging.handler.invocation with parameters of type Log -
Uses of Log in org.springframework.messaging.handler.invocation.reactive
Fields in org.springframework.messaging.handler.invocation.reactive declared as Log -
Uses of Log in org.springframework.messaging.simp
Methods in org.springframework.messaging.simp that return LogModifier and TypeMethodDescriptionstatic Log
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.Methods in org.springframework.messaging.simp with parameters of type Log -
Uses of Log in org.springframework.messaging.simp.annotation.support
Methods in org.springframework.messaging.simp.annotation.support that return LogModifier and TypeMethodDescriptionprotected Log
SimpAnnotationMethodMessageHandler.getHandlerMethodLogger()
protected Log
SimpAnnotationMethodMessageHandler.getReturnValueHandlerLogger()
-
Uses of Log in org.springframework.messaging.simp.broker
Fields in org.springframework.messaging.simp.broker declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractBrokerMessageHandler.logger
protected final Log
AbstractSubscriptionRegistry.logger
Constructors in org.springframework.messaging.simp.broker with parameters of type Log -
Uses of Log in org.springframework.messaging.support
Fields in org.springframework.messaging.support declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractHeaderMapper.logger
protected Log
AbstractMessageChannel.logger
Methods in org.springframework.messaging.support that return LogModifier and TypeMethodDescriptionAbstractMessageChannel.getLogger()
Return the currently configured Logger.Methods in org.springframework.messaging.support with parameters of type Log -
Uses of Log in org.springframework.messaging.tcp.reactor
Methods in org.springframework.messaging.tcp.reactor that return LogModifier and TypeMethodDescriptionReactorNetty2TcpClient.getLogger()
Return the currently configured Logger.ReactorNettyTcpClient.getLogger()
Return the currently configured Logger.Methods in org.springframework.messaging.tcp.reactor with parameters of type Log -
Uses of Log in org.springframework.orm.hibernate5
Fields in org.springframework.orm.hibernate5 declared as Log -
Uses of Log in org.springframework.orm.hibernate5.support
Fields in org.springframework.orm.hibernate5.support declared as Log -
Uses of Log in org.springframework.orm.jpa
Fields in org.springframework.orm.jpa declared as Log -
Uses of Log in org.springframework.orm.jpa.persistenceunit
Fields in org.springframework.orm.jpa.persistenceunit declared as Log -
Uses of Log in org.springframework.oxm.jaxb
Fields in org.springframework.oxm.jaxb declared as Log -
Uses of Log in org.springframework.oxm.support
Fields in org.springframework.oxm.support declared as Log -
Uses of Log in org.springframework.scheduling.annotation
Fields in org.springframework.scheduling.annotation declared as Log -
Uses of Log in org.springframework.scheduling.concurrent
Fields in org.springframework.scheduling.concurrent declared as Log -
Uses of Log in org.springframework.scheduling.config
Fields in org.springframework.scheduling.config declared as Log -
Uses of Log in org.springframework.scheduling.quartz
Fields in org.springframework.scheduling.quartz declared as LogModifier and TypeFieldDescriptionprotected final Log
LocalTaskExecutorThreadPool.logger
Logger available to subclasses.protected static final Log
MethodInvokingJobDetailFactoryBean.MethodInvokingJob.logger
protected static final Log
ResourceLoaderClassLoadHelper.logger
protected final Log
SchedulerAccessor.logger
-
Uses of Log in org.springframework.scheduling.support
Fields in org.springframework.scheduling.support declared as Log -
Uses of Log in org.springframework.scripting.support
Fields in org.springframework.scripting.support declared as Log -
Uses of Log in org.springframework.test.context.junit4
Fields in org.springframework.test.context.junit4 declared as Log -
Uses of Log in org.springframework.test.context.junit4.statements
Fields in org.springframework.test.context.junit4.statements declared as Log -
Uses of Log in org.springframework.test.context.support
Fields in org.springframework.test.context.support declared as Log -
Uses of Log in org.springframework.test.context.testng
Fields in org.springframework.test.context.testng declared as Log -
Uses of Log in org.springframework.test.context.web
Fields in org.springframework.test.context.web declared as Log -
Uses of Log in org.springframework.transaction.interceptor
Fields in org.springframework.transaction.interceptor declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractFallbackTransactionAttributeSource.logger
Logger available to subclasses.protected final Log
MethodMapTransactionAttributeSource.logger
Logger available to subclasses.protected static final Log
NameMatchTransactionAttributeSource.logger
Logger available to subclasses.protected final Log
TransactionAspectSupport.logger
-
Uses of Log in org.springframework.transaction.jta
Fields in org.springframework.transaction.jta declared as Log -
Uses of Log in org.springframework.transaction.reactive
Fields in org.springframework.transaction.reactive declared as Log -
Uses of Log in org.springframework.transaction.support
Fields in org.springframework.transaction.support declared as Log -
Uses of Log in org.springframework.ui.context.support
Fields in org.springframework.ui.context.support declared as Log -
Uses of Log in org.springframework.ui.freemarker
Fields in org.springframework.ui.freemarker declared as Log -
Uses of Log in org.springframework.util
Fields in org.springframework.util declared as LogModifier and TypeFieldDescriptionprotected Log
ConcurrencyThrottleSupport.logger
Transient to optimize serialization.Constructors in org.springframework.util with parameters of type LogModifierConstructorDescriptionCommonsLogWriter
(Log logger) Create a new CommonsLogWriter for the given Commons Logging logger. -
Uses of Log in org.springframework.util.xml
Constructors in org.springframework.util.xml with parameters of type LogModifierConstructorDescriptionSimpleSaxErrorHandler
(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. -
Uses of Log in org.springframework.validation
Fields in org.springframework.validation declared as Log -
Uses of Log in org.springframework.web.accept
Fields in org.springframework.web.accept declared as Log -
Uses of Log in org.springframework.web.client.support
Fields in org.springframework.web.client.support declared as Log -
Uses of Log in org.springframework.web.context
Fields in org.springframework.web.context declared as Log -
Uses of Log in org.springframework.web.context.support
Fields in org.springframework.web.context.support declared as Log -
Uses of Log in org.springframework.web.filter
Fields in org.springframework.web.filter declared as Log -
Uses of Log in org.springframework.web.jsf.el
Fields in org.springframework.web.jsf.el declared as Log -
Uses of Log in org.springframework.web.method
Fields in org.springframework.web.method declared as Log -
Uses of Log in org.springframework.web.method.annotation
Fields in org.springframework.web.method.annotation declared as Log -
Uses of Log in org.springframework.web.reactive.handler
Fields in org.springframework.web.reactive.handler declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractHandlerMapping.mappingsLogger
Dedicated "hidden" logger for request mappings. -
Uses of Log in org.springframework.web.reactive.resource
Fields in org.springframework.web.reactive.resource declared as Log -
Uses of Log in org.springframework.web.reactive.result
Fields in org.springframework.web.reactive.result declared as Log -
Uses of Log in org.springframework.web.reactive.result.method
Fields in org.springframework.web.reactive.result.method declared as Log -
Uses of Log in org.springframework.web.reactive.result.method.annotation
Fields in org.springframework.web.reactive.result.method.annotation declared as Log -
Uses of Log in org.springframework.web.reactive.result.view
Fields in org.springframework.web.reactive.result.view declared as Log -
Uses of Log in org.springframework.web.reactive.socket.adapter
Fields in org.springframework.web.reactive.socket.adapter declared as Log -
Uses of Log in org.springframework.web.service.invoker
Fields in org.springframework.web.service.invoker declared as Log -
Uses of Log in org.springframework.web.servlet
Fields in org.springframework.web.servlet declared as LogModifier and TypeFieldDescriptionprotected final Log
HttpServletBean.logger
Logger available to subclasses.protected static final Log
DispatcherServlet.pageNotFoundLogger
Additional logger to use when no mapped handler is found for a request. -
Uses of Log in org.springframework.web.servlet.handler
Fields in org.springframework.web.servlet.handler declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractHandlerExceptionResolver.logger
Logger available to subclasses.protected final Log
AbstractHandlerMapping.mappingsLogger
Dedicated "hidden" logger for request mappings. -
Uses of Log in org.springframework.web.servlet.i18n
Fields in org.springframework.web.servlet.i18n declared as Log -
Uses of Log in org.springframework.web.servlet.mvc.method.annotation
Fields in org.springframework.web.servlet.mvc.method.annotation declared as LogModifier and TypeFieldDescriptionprotected final Log
AbstractMessageConverterMethodArgumentResolver.logger
protected final Log
ResponseEntityExceptionHandler.logger
Common logger for use in subclasses.protected static final Log
ResponseEntityExceptionHandler.pageNotFoundLogger
Specific logger to use when no mapped handler is found for a request. -
Uses of Log in org.springframework.web.servlet.mvc.support
Fields in org.springframework.web.servlet.mvc.support declared as LogModifier and TypeFieldDescriptionprotected static final Log
DefaultHandlerExceptionResolver.pageNotFoundLogger
Additional logger to use when no mapped handler is found for a request. -
Uses of Log in org.springframework.web.servlet.resource
Fields in org.springframework.web.servlet.resource declared as Log -
Uses of Log in org.springframework.web.servlet.support
Fields in org.springframework.web.servlet.support declared as Log -
Uses of Log in org.springframework.web.servlet.tags
Fields in org.springframework.web.servlet.tags declared as Log -
Uses of Log in org.springframework.web.socket.adapter
Fields in org.springframework.web.socket.adapter declared as Log -
Uses of Log in org.springframework.web.socket.client
Fields in org.springframework.web.socket.client declared as Log -
Uses of Log in org.springframework.web.socket.handler
Methods in org.springframework.web.socket.handler with parameters of type LogModifier and TypeMethodDescriptionstatic void
ExceptionWebSocketHandlerDecorator.tryCloseWithError
(WebSocketSession session, Throwable exception, Log logger) -
Uses of Log in org.springframework.web.socket.server.standard
Fields in org.springframework.web.socket.server.standard declared as Log -
Uses of Log in org.springframework.web.socket.server.support
Fields in org.springframework.web.socket.server.support declared as Log -
Uses of Log in org.springframework.web.socket.sockjs.client
Fields in org.springframework.web.socket.sockjs.client declared as Log -
Uses of Log in org.springframework.web.socket.sockjs.support
Fields in org.springframework.web.socket.sockjs.support declared as Log -
Uses of Log in org.springframework.web.socket.sockjs.transport.handler
Fields in org.springframework.web.socket.sockjs.transport.handler declared as Log -
Uses of Log in org.springframework.web.socket.sockjs.transport.session
Fields in org.springframework.web.socket.sockjs.transport.session declared as Log -
Uses of Log in org.springframework.web.util
Fields in org.springframework.web.util declared as Log
LogFactory.getLog(Class)