Tip of logging on iOS


We can log file name, function name and line number when logging with print method.

print(#fileID, #function, #line, "This is test logging")