Skip to content

Instantly share code, notes, and snippets.

@mrister
Last active May 21, 2017 20:21
Show Gist options
  • Save mrister/7e5f8e51982f025dadd3d8106a363f3a to your computer and use it in GitHub Desktop.
Save mrister/7e5f8e51982f025dadd3d8106a363f3a to your computer and use it in GitHub Desktop.
Using the development logger
// log is also a previously defined variable (logger) and we use shorthand syntax in constructor to
const devLogger = new DevelopmentLogger({ log });
devLogger.logIt("Problem with MySQL server.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment