Package | Description |
---|---|
org.tinylog.throwable |
Filters for transforming exceptions and other throwables.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractStackTraceElementsFilter |
Abstract throwable filter for filtering stack trace elements by configurable packages and classes.
|
class |
AbstractThrowableFilter |
Abstract throwable filter that just loops trough all data of the passed origin throwable data.
|
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 © 2022. All rights reserved.