Skip to content

Instantly share code, notes, and snippets.

@jkyoutsey
Created March 8, 2019 19:00
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