Loggix

A Log Implimentation Tool with Logger.

Concept

Installation

If available in Hex, the package can be installed by adding loggix to your list of dependencies in mix.exs:

def deps do
  [{:loggix, "~> 0.0.1"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/loggix.

Configration

For telling logger to load a loggix.

config :logger,
  backends: [{Loggix, :error_log}]