You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, I see what you're saying here. As the code stands right now, you cannot add colorization to a simple Logger instance created via the Logging.logger() method. You are proposing that :color_scheme be added as an option to the method.
👍
If you would love to take a stab at implementing the functionality, then please go ahead. Pull requests are always welcome 🙇♂️
https://github.com/TwP/logging/blob/master/lib/logging.rb#L94
:color_scheme
should be part of that array.Without it I don't get colorized log output.
I'll open a PR if you agree that this is an oversight. Thanks!
The text was updated successfully, but these errors were encountered: