FailureAnalysis
is now the preferred approach for diagnosing and reporting
startup failures.@Deprecated
public final class ClasspathLoggingApplicationListener
extends java.lang.Object
implements org.springframework.context.event.GenericApplicationListener
SmartApplicationListener
that reacts to
environment prepared events
and to
failed events
by logging the classpath of the thread
context class loader (TCCL) at DEBUG
level.Constructor and Description |
---|
ClasspathLoggingApplicationListener()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrder()
Deprecated.
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
Deprecated.
|
boolean |
supportsEventType(org.springframework.core.ResolvableType resolvableType)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsEventType
public ClasspathLoggingApplicationListener()
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
public int getOrder()
getOrder
in interface org.springframework.context.event.SmartApplicationListener
getOrder
in interface org.springframework.core.Ordered
public boolean supportsEventType(org.springframework.core.ResolvableType resolvableType)
supportsEventType
in interface org.springframework.context.event.GenericApplicationListener