| Package | Description |
|---|---|
| net.logstash.logback.stacktrace |
| Modifier and Type | Method and Description |
|---|---|
static StackElementFilter |
StackElementFilter.any()
Creates a
StackElementFilter that accepts any stack trace elements |
static StackElementFilter |
StackElementFilter.byPattern(List<Pattern> excludes)
Creates a
StackElementFilter by exclusion patterns |
static StackElementFilter |
StackElementFilter.withSourceInfo()
Creates a
StackElementFilter that accepts all stack trace elements with a non null
{@link StackTraceElement#getFileName()} filename and positive StackTraceElement.getLineNumber() line number} |
| Constructor and Description |
|---|
StackHasher(StackElementFilter filter)
Constructs a
StackHasher with the given filter |
Copyright © 2018. All rights reserved.