Skip to content

Commit

Permalink
Revert "Updated Example"
Browse files Browse the repository at this point in the history
This reverts commit 49ac850.
  • Loading branch information
TanmoySG authored Jun 17, 2022
1 parent 11e1f12 commit 621e5c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libraries/js/examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ const logg = new Logsmith({})

logg.WARN({ name: "tanmoy" })

logg.INFO({ name: "tanmoy" })

logg.SUCCESS({ name: "tanmoy" })

logg.fetchConfigFromFile("./libraries/js/examples/configs/jsonConfig.json")

logg.FAILURE({ name: "tanmoy" })

logg.CRITICAL({ name: "tanmoy" })

0 comments on commit 621e5c6

Please sign in to comment.