Record
public struct Record
extension Record: Equatable, Hashable
-
Declaration
Swift
public var level: Level
-
Declaration
Swift
public var target: String
-
Declaration
Swift
public var message: String
-
Declaration
Swift
public init(level: Level, target: String, message: String)
-
Declaration
Swift
public static func == (lhs: Record, rhs: Record) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)