Adapters integrate Axiom Go into well known Go logging libraries.
We currently support a bunch of adapters right out of the box.
import adapter "github.com/axiomhq/axiom-go/adapters/slog"
import adapter "github.com/axiomhq/axiom-go/adapters/apex"
import adapter "github.com/axiomhq/axiom-go/adapters/logrus"
import adapter "github.com/axiomhq/axiom-go/adapters/zap"