Skip to content

Instantly share code, notes, and snippets.

@jkyoutsey
Created March 8, 2019 19:00
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 jkyoutsey/43c5570815c1c3eba2868e50cf8ae7c5 to your computer and use it in GitHub Desktop.
Save jkyoutsey/43c5570815c1c3eba2868e50cf8ae7c5 to your computer and use it in GitHub Desktop.
VSCode Snippet For logger.ts
"Log All The Things": {
"prefix": "ll",
"body": [
"Logger.${LEVEL}('${CLASS}', '${METHOD}', `${message}`);"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment