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
Can be hardcoded as a first version.
The text was updated successfully, but these errors were encountered:
Added a simple structured logger.
Article on new OTP logger. https://ferd.ca/erlang-otp-21-s-new-logger.html
Question of how to add meta data.
logger.log(Level, [field(..)], [field(..)])
OR
logger.with_metadata([field(..)], fn() { logger.log })
This puts it in the process dictionary and returns. Quite long winded to not have a second/third argument to logger.log calls.
logger.report(Warn) |> with_field(..) |> with_meta(..) |> logger.log() logger.text(Warn, "my bad") |> with_meta() |> logger.log()
Sorry, something went wrong.
timber.io doesn't seem very alive any more, check out https://logflare.app/
No branches or pull requests
Can be hardcoded as a first version.
The text was updated successfully, but these errors were encountered: