Packages

Atomic audit logging for Elixir/Phoenix: dual-routes to PostgreSQL and structured JSON logs

Current section

Files

Jump to
fort_audit lib fort.ex
Raw

lib/fort.ex

defmodule Fort do
@moduledoc """
Dual-routed audit logging: persists to PostgreSQL and emits structured
JSON via `:logger`.
See `Fort.Audit` for the main API.
"""
end