Skip to content

Commit

Permalink
Remove logger that doesn't log correctly on Erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 21, 2024
1 parent 1d825dc commit c238537
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### Logging and Monitoring

- [flash](https://github.com/larzconwell/flash) - [📚](https://hexdocs.pm/flash/) - Gleam package enabling structured logging in both Erlang and JavaScript environments
- [glimt](https://github.com/JohnBjrk/glimt) - [📚](https://hexdocs.pm/glimt/) - A Gleam library for logging
- [glog](https://github.com/defgenx/glog) - [📚](https://hexdocs.pm/glog/) - A Gleam implementation of Erlang logger
- [logging](https://github.com/lpil/logging) - [📚](https://hexdocs.pm/logging/) - Configuration for the Erlang logger
Expand Down
2 changes: 1 addition & 1 deletion packages/flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "flash"
description = "Gleam package enabling structured logging in both Erlang and JavaScript environments"
docs_url = "https://hexdocs.pm/flash/"
repo_url = "https://github.com/larzconwell/flash"
category = "Logging and Monitoring"
category = ""
5 changes: 5 additions & 0 deletions packages/gleemenu.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleemenu"
description = "A neat little API for creating single choice dialogs using dmenu clones!"
docs_url = "https://hexdocs.pm/gleemenu/"
repo_url = "https://github.com/SaphiraKai/gleemenu"
category = ""
5 changes: 5 additions & 0 deletions packages/jot_to_lustre.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "jot_to_lustre"
description = "Convert jot documents or strings to lustre/element/html elements"
docs_url = "https://hexdocs.pm/jot_to_lustre/"
repo_url = "https://github.com/ray-delossantos/jot_to_lustre"
category = ""
5 changes: 5 additions & 0 deletions packages/json_typedef.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "json_typedef"
description = "Work with JSON using a schema! RFC8927"
docs_url = "https://hexdocs.pm/json_typedef/"
repo_url = "https://github.com/lpil/json-typedef"
category = ""
5 changes: 5 additions & 0 deletions packages/leviathan.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "leviathan"
description = "A small library that implements the State Monad in gleam"
docs_url = "https://hexdocs.pm/leviathan/"
repo_url = "https://github.com/tttardigrado/leviathan"
category = ""

0 comments on commit c238537

Please sign in to comment.