Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created November 8, 2018 08:05
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 fitomad/0436b7a4a4b041f955e9261f2130832c to your computer and use it in GitHub Desktop.
Save fitomad/0436b7a4a4b041f955e9261f2130832c to your computer and use it in GitHub Desktop.
// Mensaje estático
os_log("Mensaje de logging desde nuestra app.", log: searchLog, type: OSLogType.info)
// Mensaje formateado
os_log("Y este es nuestro %@ mensaje desde la app", log: searchLog, type: OSLogType.info, "segundo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment