Skip to content

Instantly share code, notes, and snippets.

@yogeshbh
Created July 24, 2017 10:04
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/3a6df95bcc91b4b07cc09b42baa8cf3d to your computer and use it in GitHub Desktop.
Save yogeshbh/3a6df95bcc91b4b07cc09b42baa8cf3d 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment