Skip to content

Instantly share code, notes, and snippets.

@yogeshbh
Last active July 24, 2017 10:03
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 yogeshbh/e43b4275de9a0b33ded0212198e9f4e9 to your computer and use it in GitHub Desktop.
Save yogeshbh/e43b4275de9a0b33ded0212198e9f4e9 to your computer and use it in GitHub Desktop.
let employee = [“name”:”Alex”,”empId”:123] as [String : Any]
print(employee,logLevel:.DEBUG)
print(10,logLevel:.WARNING)
print(employee,10,employee,55,logLevel:.DEBUG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment