Closed TinyPandas closed 3 years ago
feature/logging introduces a logger concept. Need to convert most [if not all] things from console.log.bind(console) and console.error.bind(console) to log(message, [appropriateLogLevel])
feature/logging
console.log.bind(console)
console.error.bind(console)
log(message, [appropriateLogLevel])
Broad issue, will change things over as we come across.
feature/logging
introduces a logger concept. Need to convert most [if not all] things fromconsole.log.bind(console)
andconsole.error.bind(console)
tolog(message, [appropriateLogLevel])