Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 465 Bytes

leg - Lightweight Erlang Logger

Requires erlang 18.0 due to its use of maps. Work in progress.

Example usage

leg:start().
leg:nfo("Hello leg:ly world!", []).

Default configuration

{leg, [{appenders, [#{id=>tty,
                      type=>leg_appender_console,
                      opts=>#{}}
                   ]},
       {default_level, info}]}

License

Apache license version 2.0. See the LICENSE file for details.