Event
public protocol Event
Event for logging
-
Undocumented
Declaration
Swift
var timestamp: Date { get }
-
Get CSV header for event data including timestamp
Declaration
Swift
static var csvHeader: String { get }
-
Get CSV representation of event data including timestamp
Declaration
Swift
var csvString: String { get }
-
Parse CSV representation of event data to recreate event
Declaration
Swift
init?(_ csvString: String)