- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.joran.ReconfigureOnChangeTask
-
- All Implemented Interfaces:
ContextAware,Runnable
public class ReconfigureOnChangeTask extends ContextAwareBase implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static StringDETECTED_CHANGE_IN_CONFIGURATION_FILESstatic StringFALLING_BACK_TO_SAFE_CONFIGURATIONstatic StringRE_REGISTERING_PREVIOUS_SAFE_CONFIGURATION-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description ReconfigureOnChangeTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidrun()voidsetScheduledFuture(ScheduledFuture<?> aScheduledFuture)ReplacessetScheduredFuture(ScheduledFuture)voidsetScheduredFuture(ScheduledFuture<?> aScheduledFuture)Deprecated.StringtoString()-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Field Detail
-
DETECTED_CHANGE_IN_CONFIGURATION_FILES
public static final String DETECTED_CHANGE_IN_CONFIGURATION_FILES
- See Also:
- Constant Field Values
-
RE_REGISTERING_PREVIOUS_SAFE_CONFIGURATION
public static final String RE_REGISTERING_PREVIOUS_SAFE_CONFIGURATION
- See Also:
- Constant Field Values
-
FALLING_BACK_TO_SAFE_CONFIGURATION
public static final String FALLING_BACK_TO_SAFE_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReconfigureOnChangeTask
public ReconfigureOnChangeTask()
-
-
Method Detail
-
setScheduredFuture
@Deprecated public void setScheduredFuture(ScheduledFuture<?> aScheduledFuture)
Deprecated.Contains typo. Replaced bysetScheduledFuture(ScheduledFuture).- Parameters:
aScheduledFuture-
-
setScheduledFuture
public void setScheduledFuture(ScheduledFuture<?> aScheduledFuture)
ReplacessetScheduredFuture(ScheduledFuture)- Parameters:
aScheduledFuture-- Since:
- 1.5.19
-
-