akileez/test-npinit

logging methods update

Opened this issue · 2 comments

internally, npinit uses a logging process with custom settings for practically everything.
need to work this out.

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.

need to finish the log.event method