Created
July 29, 2019 21:06
-
-
Save deleteman/24fd4dda1d4a762105c73f5098698d9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Logging tests... | |
logger.info("Test!") | |
logger.error("This is an error message!") | |
logger.error("This is an error message with an object!", { error: true, message: "There was a problem!"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment