Functions
The following functions are available globally.
-
Printing in console passed parameter.
Declaration
Swift
public func log(_ message: String) -
Printing message to console with composed format.
Declaration
Swift
public func log(_ type: LogType, _ className: Any, _ functionName: String, _ lineNumber: Int, _ description: String = "")
Functions Reference