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
log
A message to output in the Xcode logs
level
The verbosity level used to determine whether or not to show the given log based on the active “logLevel”