logpp
logpp copied to clipboard
An experimental next generation logging framework for JavaScript and fluent.
Hi, I tried to save a json into a file. First I did this: ``` const wstream = require("fs").createWriteStream("./scratchlog2.txt"); const logpp = require("logpp")("basic", { prefix: false, flushCount: 0, bufferSizeLimit: 0...
i am trying to build a wrapper around this module so I don't need to setup common options every time i need it in a new service. But looking at...
i followed the normal setup but no console is showing in express app. const log = require("logpp")("myapp"); log.info("Hello %s!!!", "printf");
Does Log++ provide a native (i.e. C/C++) API in addition to the JS API for applications to use for logging? Or would it be feasible to add such an API?...