SessionLogEntry

data class SessionLogEntry(val date: String?, val summary: SessionSummary?, val totalSize: Long, val dir: String, val busy: Boolean, val files: List<SessionLogFile>)

Represents a logged session.

Constructors

Link copied to clipboard
constructor(date: String?, summary: SessionSummary?, totalSize: Long, dir: String, busy: Boolean, files: List<SessionLogFile>)

Properties

Link copied to clipboard

Is this busy according to the log manager

Link copied to clipboard
val date: String?

Timestamp of the log entry

Link copied to clipboard
val dir: String

Directory path

Link copied to clipboard
Link copied to clipboard

Summary of the session

Link copied to clipboard

Total size of the log entry

Functions

Link copied to clipboard
Link copied to clipboard
fun today(): Boolean
Link copied to clipboard
open override fun toString(): String