Package ch.qos.logback.classic.boolex
Class JaninoEventEvaluator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.EventEvaluatorBase<E>
ch.qos.logback.core.boolex.JaninoEventEvaluatorBase<ILoggingEvent>
ch.qos.logback.classic.boolex.JaninoEventEvaluator
- All Implemented Interfaces:
EventEvaluator<ILoggingEvent>,ContextAware,LifeCycle
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
ERROR_THRESHOLD, matcherListFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected String[]protected Class<?>[]protected Object[]getParameterValues(ILoggingEvent loggingEvent) Methods inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
addMatcher, evaluate, getExpression, getMatcherList, setExpression, startMethods inherited from class ch.qos.logback.core.boolex.EventEvaluatorBase
getName, isStarted, setName, stopMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getDecoratedExpressionin classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterNames
- Specified by:
getParameterNamesin classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterTypes
- Specified by:
getParameterTypesin classJaninoEventEvaluatorBase<ILoggingEvent>
-
getParameterValues
- Specified by:
getParameterValuesin classJaninoEventEvaluatorBase<ILoggingEvent>
-