Preparing search index...
The search index is not available
Remus Log
Remus Log
appenders
Filter
Interface Filter
A Filter receives a message and evaluates it according to the specified rule.
interface
Filter
{
filterId
:
undefined
|
string
;
toString
:
(
(
)
=>
string
)
;
(
msg
)
:
boolean
;
}
Hierarchy (
view full
)
FilterFn
Filter
Filter
(
msg
)
:
boolean
Parameters
msg
:
LogMessage
Returns
boolean
Index
Properties
filter
Id
to
String
Properties
filter
Id
filter
Id
:
undefined
|
string
to
String
to
String
:
(
(
)
=>
string
)
Type declaration
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
filter
Id
to
String
Remus Log
Loading...
A Filter receives a message and evaluates it according to the specified rule.