Packages
fort_audit
0.1.0
Atomic audit logging for Elixir/Phoenix: dual-routes to PostgreSQL and structured JSON logs
Current section
Files
Jump to
Current section
Files
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