-
Notifications
You must be signed in to change notification settings - Fork 15
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
Consider libfmt for Log #121
Comments
hmm looks really good. What sort of improvements would this have over what we've currently got though? For the most part, |
"Support for user-defined types" is the major motivator for me. Being able to just
Neither works well if we want to customize vector printing though, e.g. if we just want to print two decimal places. In either case we can still fall back to |
Err okay, that last thing is already possible in fmt: http://fmtlib.net/latest/api.html#formatting-user-defined-types Edit: link correct section |
Did you still want to use this? I just had another look and it'll definitely make our lives a whole lot easier. I'll leave it up to you though, it'll be a disaster if I do it hahaha. |
Yes, I still believe this is a good option for us. |
Consider using fmt for
Log()
.The text was updated successfully, but these errors were encountered: