Package | Description |
---|---|
org.tinylog.throwable |
Filters for transforming exceptions and other throwables.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStackTraceElementsFilter
Abstract throwable filter for filtering stack trace elements by configurable packages and classes.
|
class |
DropCauseThrowableFilter
Filter for dropping the causes of configured throwables.
|
class |
KeepThrowableFilter
Filter for removing all stack trace elements from stack trace except the defined packages and classes.
|
class |
StripThrowableFilter
Filter for removing defined packages and classes from stack trace.
|
class |
UnpackThrowableFilter
Filter for unpacking configured throwables.
|
Copyright © 2020. All rights reserved.