View Source CozyLogger

built with Nix CI Hex.pm

Logging helpers, providing format functions of various formats and seamless integrations with other libraries.

features

Features

  • Formats
    • [x] JSON
    • ...
  • Integrations
    • [x] Phoenix
    • [ ] Ecto
    • ...

installation

Installation

Install it from Hex.

usage

Usage

For more information, see the documentation.

about-the-design

About the design

  • 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 or install/1 functions for convenient initialization.

license

License

Apache License 2.0