Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 829 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 829 Bytes

Exometer lager reporter

Usage

This reporter is meant to be used with exometer_core.

exometer_report_lager

Exometer reporter for lager backend.

This reporter emits messages to the lager logging backend, at a reporting level chosen by the user (default: notice).

To change the reporting level, pass the option {level, Level}.

Lineage

This is a direct copy of the original lager reporter from previous versions of exometer_core. When exometer_core removed its dependency on lager, it also removed the built in lager reporter. I've extracted that reporter to here in order to continue using it.

Overall project structure stolen from the exometer_report_statsd package and used as an initial skeleton.