SessionLogFile

data class SessionLogFile(val name: String, val date: String)

Represents a single log file in the logged session.

Constructors

Link copied to clipboard
constructor(name: String, date: String)

Properties

Link copied to clipboard

Timestamp of the file (wrap with new Date(date) in JS

Link copied to clipboard

Name of the log file (without directory paths)