package
0.20.2
Repository: https://github.com/axiomhq/axiom-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Adapters

Adapters integrate Axiom Go into well known Go logging libraries.

We currently support a bunch of adapters right out of the box.

Standard Library

  • Slog: import adapter "github.com/axiomhq/axiom-go/adapters/slog"

Third Party Packages

  • Apex: import adapter "github.com/axiomhq/axiom-go/adapters/apex"
  • Logrus: import adapter "github.com/axiomhq/axiom-go/adapters/logrus"
  • Zap: import adapter "github.com/axiomhq/axiom-go/adapters/zap"