Package ch.qos.logback.classic.turbo
Class ReconfigureOnChangeFilter
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.turbo.TurboFilter
ch.qos.logback.classic.turbo.ReconfigureOnChangeFilter
- All Implemented Interfaces:
ContextAware,LifeCycle
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Reconfigure a LoggerContext when the configuration file changes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated.Scan for changes in configuration file once every minute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Make a decision based on the multiple parameters passed as arguments.longDeprecated.voidsetRefreshPeriod(long refreshPeriod) Deprecated.voidstart()Deprecated.toString()Deprecated.Methods inherited from class ch.qos.logback.classic.turbo.TurboFilter
getName, isStarted, setName, stopMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Field Details
-
DEFAULT_REFRESH_PERIOD
public static final long DEFAULT_REFRESH_PERIODDeprecated.Scan for changes in configuration file once every minute.- See Also:
-
-
Constructor Details
-
ReconfigureOnChangeFilter
public ReconfigureOnChangeFilter()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated.- Specified by:
startin interfaceLifeCycle- Overrides:
startin classTurboFilter
-
toString
Deprecated. -
decide
public FilterReply decide(Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Deprecated.Description copied from class:TurboFilterMake a decision based on the multiple parameters passed as arguments. The returned value should be one of,FilterReply.DENY, orFilterReply.NEUTRAL.FilterReply.ACCEPT- Specified by:
decidein classTurboFilter- Parameters:
marker-logger-level-format-params-t-- Returns:
-
getRefreshPeriod
public long getRefreshPeriod()Deprecated. -
setRefreshPeriod
public void setRefreshPeriod(long refreshPeriod) Deprecated.
-