adapters

package
v0.17.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 0 Imported by: 0

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"

Documentation

Overview

Package adapters provides packages which implement integration into well known Go logging libraries.

Directories

Path Synopsis
Package apex provides an adapter for the popular github.com/apex/log logging library.
Package apex provides an adapter for the popular github.com/apex/log logging library.
Package logrus provides an adapter for the popular github.com/sirupsen/logrus logging library.
Package logrus provides an adapter for the popular github.com/sirupsen/logrus logging library.
Package slog provides an adapter for the standard libraries structured logging package.
Package slog provides an adapter for the standard libraries structured logging package.
Package zap provides an adapter for the popular github.com/uber-go/zap logging library.
Package zap provides an adapter for the popular github.com/uber-go/zap logging library.
Package zerolog provides an adapter for the popular github.com/rs/zerolog logging library.
Package zerolog provides an adapter for the popular github.com/rs/zerolog logging library.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL