Log
struct Log
Undocumented
-
Undocumented
Declaration
Swift
fileprivate static let Tag: String
-
Undocumented
See moreDeclaration
Swift
fileprivate enum Level : String
-
Undocumented
Declaration
Swift
fileprivate static func log(_ level: Level, _ message: @autoclosure () -> String, _ error: Error? = nil)
-
Undocumented
Declaration
Swift
static func debug(message: @autoclosure () -> String, error: Error? = nil)
-
Undocumented
Declaration
Swift
static func error(message: @autoclosure () -> String, error: Error? = nil)