Skip to content

Commit

Permalink
Add links to formatter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed May 14, 2024
1 parent 7bbcf41 commit 7cc3e18
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ A collection of formatters and utilities for JSON-based logging for various clou

## Supported formatters

- `LoggerJSON.Formatters.Basic` - a basic JSON formatter that logs messages in a structured format,
can be used with any JSON-based logging system, like ElasticSearch, Logstash, etc.
- [`LoggerJSON.Formatters.Basic`](https://hexdocs.pm/logger_json/LoggerJSON.Formatters.Basic.html) - a basic JSON formatter that logs messages in a structured format, can be used with any JSON-based logging system, like ElasticSearch, Logstash, etc.

- `LoggerJSON.Formatters.GoogleCloud` - a formatter that logs messages in a structured format that can be
consumed by Google Cloud Logger and Google Cloud Error Reporter.
- [`LoggerJSON.Formatters.GoogleCloud`](https://hexdocs.pm/logger_json/LoggerJSON.Formatters.GoogleCloud.html) - a formatter that logs messages in a structured format that can be consumed by Google Cloud Logger and Google Cloud Error Reporter.

- `LoggerJSON.Formatters.Datadog` - a formatter that logs messages in a structured format that can be consumed
by Datadog.
- [`LoggerJSON.Formatters.Datadog`](https://hexdocs.pm/logger_json/LoggerJSON.Formatters.Datadog.html) - a formatter that logs messages in a structured format that can be consumed by Datadog.

## Installation

Expand Down

0 comments on commit 7cc3e18

Please sign in to comment.