Skip to content

Instantly share code, notes, and snippets.

@sidhantpanda
Created September 24, 2019 15:10
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 sidhantpanda/f5d846e6e8ad3ca26a6a47a6c48836fa to your computer and use it in GitHub Desktop.
Save sidhantpanda/f5d846e6e8ad3ca26a6a47a6c48836fa to your computer and use it in GitHub Desktop.
<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