Data
public struct Data
extension Logboard.Data: CustomStringConvertible
The logging message model.
-
The date.
Declaration
Swift
public let date: Date
-
The logging level.
Declaration
Swift
public let level: Level
-
The identifier.
Declaration
Swift
public let identifier: String
-
The filename.
Declaration
Swift
public let file: String
-
The line number.
Declaration
Swift
public let line: Int
-
The function name.
Declaration
Swift
public let function: String
-
The message.
Declaration
Swift
public let message: String
-
Create a Logboard.Data with data.
Declaration
Swift
public init?(_ data: Foundation.Data)
-
Declaration
Swift
public var description: String { get }