logger_backend_ecto v1.2.0 LoggerBackendEcto

Logger backend for saving log data into a Ecto Repo.

Usage

{:ok, _} = Logger.add_backend(LoggerBackendEcto) require Logger Logger.info “hello, world” Logger.remove_backend(LoggerBackendEcto)

Link to this section Summary

Functions

Returns all logs

Counts every log in the database

Link to this section Functions

Returns all logs.

Counts every log in the database.