Logger helpers, providing format functions of various formats and seamless integrations with other libraries.
- Formats
- JSON
- Integrations
- Phoenix
- Oban
Add :package_name
to the list of dependencies in mix.exs
:
def deps do
[
{:cozy_logger, <requirement>}
]
end
For more information, see the documentation.
- The formats are only responsible for formatting, and they do not handle any vendor-specific formats.
- The integrations process telemetry events to print logs, and provide
install/0
orinstall/1
functions for convenient initialization.
Apache License 2.0