Functions
The following functions are available globally.
-
A simple method to accepts a log message and the verbosity level at which to print it.
Declaration
Swift
public func lprint(_ log: String, _ level: LogLevel = .normal)Parameters
logA message to output in the Xcode logs
levelThe verbosity level used to determine whether or not to show the given log based on the active “logLevel”
Functions Reference