NSObject
extension NSObject
-
Method outputs a debug statement containing necessary information to resolve issues.
Only works with debug/dev builds.
Declaration
Swift
public func debugLog(object: Any, functionName: String = #function, fileName: String = #file, lineNumber: Int = #line, message: String)Parameters
objectAny object type
functionNameAutomatically populated by the application
fileNameAutomatically populated by the application
lineNumberAutomatically populated by the application
messageThe message you wish to output.
View on GitHub
NSObject Extension Reference