Logger
class Logger : TextOutputStream
Helper for logging to logfile
-
Declaration
Swift
static let shared: Logger -
Declaration
Swift
let logfile: String -
Declaration
Swift
let logUrl: URL -
Print string and newline to logfile
Declaration
Swift
func print(_ string: String)Parameters
stringstring to print
-
Declaration
Swift
internal func write(_ string: String)