Entry

class Entry(val lineNumber: Int, var lines: MutableList<String>, val level: Level, val date: String)

Constructors

Link copied to clipboard
constructor(lineNumber: Int, lines: MutableList<String>, level: Level, date: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard