diff --git a/libraries/js/examples/index.js b/libraries/js/examples/index.js index 268ec0a..67fac0a 100644 --- a/libraries/js/examples/index.js +++ b/libraries/js/examples/index.js @@ -13,4 +13,6 @@ logg.fetchConfigFromFile("./libraries/js/examples/configs/jsonConfig.json") logg.FAILURE({ name: "tanmoy" }) -logg.CRITICAL({ name: "tanmoy" }) \ No newline at end of file +logg.CRITICAL({ name: "tanmoy" }) + +logg.LOG("tRiaLalge", { name: "Tanmoy" }) \ No newline at end of file