JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.flectone.pulse.logging.filter
LogFilter
Contents
Description
Method Summary
Method Details
setFilters(List)
Hide sidebar
Show sidebar
Interface LogFilter
public interface
LogFilter
The log filter. Idea taken from here
...
Since:
1.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setFilters
(
List
<
String
> filters)
Replaces the list of substrings that suppress a console line.
Method Details
setFilters
void
setFilters
(
List
<
String
> filters)
Replaces the list of substrings that suppress a console line.
Parameters:
filters
- the substrings to suppress