akileez / test-npinit

Documenting the process of re-working "npinit" and re-learning git.
ISC License
1 stars 0 forks source link

logging methods update #5

Open akileez opened 3 years ago

akileez commented 3 years ago

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

akileez commented 3 years ago

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 3 years ago

need to finish the log.event method