Logger
public struct Logger
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum Level : Int, Comparable
-
Undocumented
Declaration
Swift
public init(destination: LogDestination = OSLogDestination())
-
Undocumented
Declaration
Swift
public func log(_ level: Level, message: @autoclosure () -> String, file: StaticString = #file, line: UInt = #line)