Initializerswift-log 1.6.2Logging
init(rawValue:)
init?(rawValue: String)
init?(rawValue: String)
import Logging
A Logging API for Swift.
enum Level
The log level.
struct Logger
A Logger
is the central type in SwiftLog
. Its central function is to emit log messages using one of the methods corresponding to a log level.
@frozen struct String
A Unicode string value that is a collection of characters.
static func < (lhs: Logger.Level, rhs: Logger.Level) -> Bool