Skip to content

Commit

Permalink
Updated Example
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG authored May 16, 2022
1 parent 2da32f8 commit bde170e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libraries/js/examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ 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 bde170e

Please sign in to comment.