logging methods update
Opened this issue · 2 comments
akileez commented
internally, npinit
uses a logging process with custom settings for practically everything.
need to work this out.
akileez commented
will most likely use internal code to replace the display logging within npinit. for all intents and purposes, they are identical.
function logr () {
if (logr._silent) return
process.stdout.write(_log(...arguments))
}
cannot get much more basic than that.
akileez commented
need to finish the log.event method