mrkmarron / logpp

An experimental next generation logging framework for JavaScript and fluent.
MIT License
65 stars 0 forks source link

not showing logs in express js #5

Open sabareeshkk opened 5 years ago

sabareeshkk commented 5 years ago

i followed the normal setup but no console is showing in express app. const log = require("logpp")("myapp"); log.info("Hello %s!!!", "printf");