LogEvent
public struct LogEvent : Codable
-
Time event occurred, RFC3339Nano.
Declaration
Swift
public var time: Date? -
A description of the event that occurred.
Declaration
Swift
public var message: String? -
the ID of the task that logged
Declaration
Swift
public var runID: String? -
Declaration
Swift
public init(time: Date? = nil, message: String? = nil, runID: String? = nil)
View on GitHub
LogEvent Structure Reference