java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.EventEvaluatorBase<ILoggingEvent>
ch.qos.logback.core.boolex.JaninoEventEvaluatorBase<ILoggingEvent>
ch.qos.logback.classic.boolex.JaninoEventEvaluator
- All Implemented Interfaces:
EventEvaluator<ILoggingEvent>
,ContextAware
,LifeCycle
-
Field Summary
Fields inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
ERROR_THRESHOLD, matcherList
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String[]
protected Class<?>[]
protected Object[]
getParameterValues
(ILoggingEvent loggingEvent) Methods inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
addMatcher, evaluate, getExpression, getMatcherList, setExpression, start
Methods inherited from class ch.qos.logback.core.boolex.EventEvaluatorBase
getName, isStarted, setName, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
IMPORT_LEVEL
- See Also:
-
DEFAULT_PARAM_NAME_LIST
-
DEFAULT_PARAM_TYPE_LIST
-
-
Constructor Details
-
JaninoEventEvaluator
public JaninoEventEvaluator()
-
-
Method Details
-
getDecoratedExpression
- Specified by:
getDecoratedExpression
in classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterNames
- Specified by:
getParameterNames
in classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterTypes
- Specified by:
getParameterTypes
in classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterValues
- Specified by:
getParameterValues
in classJaninoEventEvaluatorBase<ILoggingEvent>
-