boilerplate
boilerplate copied to clipboard
Implement logger with logging levels
The current logger in boilerplate
only supports Printf
with no logging levels. We should replace it with a logger that supports logging levels so that user can control the verbosity of the logs.