chokecherry icon indicating copy to clipboard operation
chokecherry copied to clipboard

Wrapper around lager logger which limits the volume of info messages irrespectively of the lager's backend

Results 2 chokecherry issues
Sort by recently updated
recently updated
newest added

Hi, there is also lager function that transformed into arity of 4, example: `lager:info([{tag, some_Tag}], Str, Args)` transformed into: `chokecherry:info(module_name, [{tag,some_Tag}], Str, Args)`

[Hex.pm](https://hex.pm) is the package manager for the Erlang ecosystem. Uploading to Hex.pm would allow people to more easily discover this project. https://hex.pm/packages?search=lager Use [Rebar3](http://www.rebar3.org/) to publish. See publishing guide on...