Lumberjack
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Lumberjack
core
/
com.michaelflisar.lumberjack.core.interfaces
/
IFileConverter
/
Entry
Entry
class
Entry
(
val
lineNumber
:
Int
,
var
lines
:
MutableList
<
String
>
,
val
level
:
Level
,
val
date
:
String
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
lineNumber
:
Int
,
lines
:
MutableList
<
String
>
,
level
:
Level
,
date
:
String
)
Properties
date
Link copied to clipboard
val
date
:
String
level
Link copied to clipboard
val
level
:
Level
line
Number
Link copied to clipboard
val
lineNumber
:
Int
lines
Link copied to clipboard
var
lines
:
MutableList
<
String
>