View Source API Reference logger_http v0.1.0
Modules
LoggerHTTP is a simple HTTP logger for Elixir applications.
A behaviour module for implementing a custom HTTP adapter for LoggerHTTP.
An HTTP adapter for LoggerHTTP that uses the :req
library to send logs, and
outputs errors to :stderr
by default, or any device.
A configurable :logger
handler
that sends logged messages through HTTP.