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