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
I also don't think it's currently possible to achieve the desired result by providing a custom colorizer function (when using this module programattically) as the internal API is colorizer.message(str) without any parameters to base color choosing on.
This could be an interesting feature to add, though. Would you like to work on it?
Note: If you do not provide values for the default levels, they will be overridden, so you have to explicitely include them (which seems like a bug to me). Use "reset" for default terminal color.
I have tried all kind of logs this library offers (info, debug, error etc..), but every output has a cyan color as the picture below
I would like to change and set a custom color for each log. For example, the trace log should have the same color as
TRACE
itself.Here is my configuration:
The text was updated successfully, but these errors were encountered: