public interface StackTraceProcessor
ServiceLoader| Modifier and Type | Field and Description |
|---|---|
static StackTraceProcessor |
COMPOUND |
static StackTraceProcessor |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Collection<StackTraceElement> |
process(Collection<StackTraceElement> elements) |
static final StackTraceProcessor DEFAULT
static final StackTraceProcessor COMPOUND
Collection<StackTraceElement> process(Collection<StackTraceElement> elements)
Copyright © 2015–2021 Zalando SE. All rights reserved.