Skip to content

Instantly share code, notes, and snippets.

@mikru1688
Last active August 12, 2020 00:14
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/91972dfad78fc2e6c417b44d9de434bc to your computer and use it in GitHub Desktop.
Save mikru1688/91972dfad78fc2e6c417b44d9de434bc to your computer and use it in GitHub Desktop.
func log(WithDefaultValue anything: Any, file: String = #file, line: Int = #line, column: Int = #column, function: String = #function) {
print("log: \(anything) \nfile = \(file) \ncolumn = \(column) \nline = \(line) \nfunction = \(function)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment