Use `hslogger` or `co-log` for logging
Instead of printDebug
that we use currently.
hslogger
's functions like debugM
allow to turn logs on/off easily. Also it's possible to split into multiple logs.
Instead of printDebug
that we use currently.
hslogger
's functions like debugM
allow to turn logs on/off easily. Also it's possible to split into multiple logs.