Skip to content

Instantly share code, notes, and snippets.

@mikru1688
Last active August 12, 2020 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikru1688/47dd3f90bf6b0c7ffaf59cc3de2adcbd to your computer and use it in GitHub Desktop.
Save mikru1688/47dd3f90bf6b0c7ffaf59cc3de2adcbd to your computer and use it in GitHub Desktop.
func log(anything: Any) {
print("log: \(anything)\n #file: \(#file)\n #line: \(#line)\n #column: \(#column)\n #function: \(#function)\n #dsohandle: \(#dsohandle)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment