Created
September 24, 2019 15:10
-
-
Save sidhantpanda/f5d846e6e8ad3ca26a6a47a6c48836fa 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
<script src="https://cdn.jsdelivr.net/gh/sidhantpanda/logt/dist/logt.min.js"></script> | |
<script> | |
var LOG_TAG = 'sample tag'; | |
var logger = createLogger('error'); | |
logger.error(LOG_TAG, new Error('example error')); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment