Closed vi closed 5 years ago
This sounds like a great idea.
Are you hoping to lose the dependency on termcolor
entirely when built without the color feature or would something like https://docs.rs/termcolor/0.3.6/termcolor/struct.NoColor.html usage be good?
Closing this due to lack of traction. I would welcome patches to achieve this if desired by folks.
Can
stderrlog
turn into an unbloated logger for small tools (yet with easy access to--quiet
and--verbose
modes) by disabling some Cargo features?