Message
public struct Message : Equatable
Immutable struct encapsulating all log message data.
-
Log level of the log message.
Declaration
Swift
public let level: LogLevel -
Tag associated with the message.
Declaration
Swift
public let tag: String -
Actual provided log message.
Declaration
Swift
public let text: String -
Meta information of the log message.
Declaration
Swift
public let meta: MetaInfo
View on GitHub
Message Structure Reference