java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.joran.ReconfigureOnChangeTask
- All Implemented Interfaces:
ContextAware
,Runnable
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
void
setScheduredFuture
(ScheduledFuture<?> aScheduledFuture) toString()
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
DETECTED_CHANGE_IN_CONFIGURATION_FILES
- See Also:
-
-
Constructor Details
-
ReconfigureOnChangeTask
public ReconfigureOnChangeTask()
-
-
Method Details