RSA-Internal / PandaProtector

1 stars 2 forks source link

Log all the things. #68

Closed TinyPandas closed 3 years ago

TinyPandas commented 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])

TinyPandas commented 3 years ago

Broad issue, will change things over as we come across.