Skip to content

Filters

Sven Nissel edited this page Apr 15, 2022 · 4 revisions

Filtering events

Filters can filter out an event from your view. Events are not deleted from memory. OtrosLogViewer provides set of filters. Custom filters can be also added as a plugin.

Included filters

Level filter

Filters out events with the level lower then the selected one.

Time filter

Filters out events that do not match the selected time frame. Filters can be edited by selecting

filter time

after and/or before date in filter menu.

Mark/note filter

Filters out marked events or events with a note.

Thread filter

You can use this filter to show events only from the selected thread.

filter threads

Class filter

You can ignore some classes/packages you do not want to see.

Logger filter

Same as class filter for the logger classes/packages.

Property filter

Filter in a query language the properties

Regex filter

Filter with java regex syntax

Creating custom filter

See Implementing log filter.

Clone this wiki locally