Other Functions

The following functions are available globally.

  • Global function for logging entries inside the app.

    Declaration

    Swift

    func logEntry(_ message: String, level: LogLevel = .debug, customAttributes: [String : AnyObject]? = nil, className: String = "", fileName: NSString = #file, line: Int = #line, function: String = #function)