glog
A Gleam implementation of Erlang logger inspired from Logrus API.
Task List
- Write documentation
- Add unit tests
-
Improve API with
add_error
,add_result
add_ooption
… - Add an API to configure the logger easier and deeper
Quick start
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
Installation
This package can be added to your Gleam project:
gleam add glog
and its documentation can be found at https://hexdocs.pm/glog.