aboutsummaryrefslogtreecommitdiff
path: root/src/elixir_logger_backend.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile elixir_logger_backend only when lager is usedPaweł Chmielowski2022-04-291-0/+2
|
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-3/+6
|
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-1/+1
| | | | | | | Since we now require R19, we shouldn't need that anymore. There are still couple places where p1_time_compat:unique_timestamp() is used as there is no direct equivalent.
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Cleanup file headersChristophe Romain2017-01-031-4/+4
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Lager to Elixir Logger bridge is now compliant with ejabberd loglevel set / getMickael Remond2016-03-091-7/+14
| | | | This should fix #966
* Fix call to lager_util:is_loggable/3Mickael Remond2016-03-091-1/+1
|
* Use p1_time_compat util for generating timestampMickael Remond2016-03-091-1/+1
|
* Add Elixir Logger Backend to bridge logs from lagerMickael Remond2016-03-091-0/+115
We will need to support loglevel bridging. It should help with #966