static func < (lhs: Logger.Level, rhs: Logger.Level) -> Bool
s7Logging6LoggerV5LevelO1loiySbAE_AEtFZ
8TS75
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.
Logger
SwiftLog
@frozen struct Bool
A value type whose instances are either true or false.
true
false
init?(rawValue: String)