Uses of Class
net.logstash.logback.stacktrace.StackElementFilter
Packages that use StackElementFilter
-
Uses of StackElementFilter in net.logstash.logback.stacktrace
Methods in net.logstash.logback.stacktrace that return StackElementFilterModifier and TypeMethodDescriptionstatic final StackElementFilterStackElementFilter.any()Creates aStackElementFilterthat accepts any stack trace elementsstatic final StackElementFilterCreates aStackElementFilterby exclusionpatternsstatic final StackElementFilterStackElementFilter.withSourceInfo()Creates aStackElementFilterthat accepts all stack trace elements with a nonnull{@link StackTraceElement#getFileName()} filenameand positiveStackTraceElement.getLineNumber()line number}Constructors in net.logstash.logback.stacktrace with parameters of type StackElementFilterModifierConstructorDescriptionStackHasher(StackElementFilter filter) Constructs aStackHasherwith the given filter.