Lumberjack
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Lumberjack
implementation
/
com.michaelflisar.lumberjack.implementation.classes
Package-level
declarations
Types
Types
Default
Lumberjack
Filter
Link copied to clipboard
object
DefaultLumberjackFilter
:
Function9
<
level
:
Level
,
tag
:
String
?
,
time
:
Long
,
fileName
:
String
,
className
:
String
,
methodName
:
String
,
line
:
Int
,
msg
:
String
?
,
throwable
:
Throwable
?
,
Boolean
>
this filter does not filter out anything
Lumberjack
Filter
Link copied to clipboard
typealias
LumberjackFilter
=
(
level
:
Level
,
tag
:
String
?
,
time
:
Long
,
fileName
:
String
,
className
:
String
,
methodName
:
String
,
line
:
Int
,
msg
:
String
?
,
throwable
:
Throwable
?
)
->
Boolean