Skip to content

Instantly share code, notes, and snippets.

@sidhantpanda
Created September 24, 2019 15:08
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/2ad5df44669b905eea1378d1d4ec12aa to your computer and use it in GitHub Desktop.
Save sidhantpanda/2ad5df44669b905eea1378d1d4ec12aa to your computer and use it in GitHub Desktop.
Example usage for logt
import LogT from "logt";
const LOG_TAG = "sample tag";
const logger = new LogT("error");
logger.error(LOG_TAG, new Error("example error"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment