Skip to content

Latest commit

 

History

History

adapters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"