TracingEvent
public struct TracingEvent
extension TracingEvent: Sendable
extension TracingEvent: Equatable, Hashable
-
Declaration
Swift
public var level: TracingLevel -
Declaration
Swift
public var target: String -
Declaration
Swift
public var name: String -
Declaration
Swift
public var message: String -
Declaration
Swift
public var fields: TracingJsonValue -
Declaration
Swift
public init(level: TracingLevel, target: String, name: String, message: String, fields: TracingJsonValue) -
Declaration
Swift
public static func == (lhs: TracingEvent, rhs: TracingEvent) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)