ApplicationErrorReporter
public protocol ApplicationErrorReporter : AnyObject
-
Declaration
Swift
func reportError(typeName: String, message: String)
-
Declaration
Swift
func reportBreadcrumb(message: String, module: String, line: UInt32, column: UInt32)