We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dbuenzli's log library (https://github.com/dbuenzli/logs) does this:
Logs.err (fun m -> m "invalid kv (%a,%a)" pp_key k pp_val v);
apparently it allows to skip the formatting of things which are not going to be printed
The text was updated successfully, but these errors were encountered:
maybe we need to extend the current interface in order to support that
Sorry, something went wrong.
There is a discussion about such tricks there: https://discuss.ocaml.org/t/format-kprintf-usage/1396/18
UnixJunkie
No branches or pull requests
dbuenzli's log library (https://github.com/dbuenzli/logs) does this:
apparently it allows to skip the formatting of things which are not going to be printed
The text was updated successfully, but these errors were encountered: