-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add colored attributes #89
base: main
Are you sure you want to change the base?
Conversation
Thank you for the effort! I like the idea of There are a few question that remain: Can this be achieved with less allocs (the amount of allocations doubles with this implementation)? Is there a more flexible way to handle colors (maybe also support 256bit colors)? The idea is great! I think it might need a bit of iteration implementation wise. |
@lmittmann I'll have a look if I can improve it 👍 |
Number of allocations should be better now. I've also updated the implementation of Color. |
This will be added in some form, I just have currently no time to work on it. Sorry for the delay. |
Closes #61
Adds support for coloring attributes (incuding level, time, msg, source)