Class ReconfigureOnChangeTask
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.joran.ReconfigureOnChangeTask
- All Implemented Interfaces:
ContextAware,Runnable
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()voidsetScheduledFuture(ScheduledFuture<?> aScheduledFuture) ReplacessetScheduredFuture(ScheduledFuture)voidsetScheduredFuture(ScheduledFuture<?> aScheduledFuture) Deprecated.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:
-
RE_REGISTERING_PREVIOUS_SAFE_CONFIGURATION
- See Also:
-
FALLING_BACK_TO_SAFE_CONFIGURATION
- See Also:
-
-
Constructor Details
-
ReconfigureOnChangeTask
public ReconfigureOnChangeTask()
-
-
Method Details
-
run
-
toString
-
setScheduredFuture
Deprecated.Contains typo. Replaced bysetScheduledFuture(ScheduledFuture).- Parameters:
aScheduledFuture-
-
setScheduledFuture
ReplacessetScheduredFuture(ScheduledFuture)- Parameters:
aScheduledFuture-- Since:
- 1.5.19
-