@axiomhq/logging
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Axiom Logging library

The @axiomhq/logging package allows you to send structured logs to Axiom from any JavaScript application.

// lib/axiom/logger.ts
import axiomClient from '@/lib/axiom/axiom';
import { Logger, ConsoleTransport, AxiomJSTransport } from '@axiomhq/logging';

export const logger = new Logger({
  transports: [
    new AxiomJSTransport({ axiom: axiomClient, dataset: process.env.AXIOM_DATASET! }),
    new ConsoleTransport({ prettyPrint: true }),
  ],
});

logger.info('Hello World!');

Install

npm install @axiomhq/js @axiomhq/logging

Documentation

For more information about how to set up and use the @axiomhq/logging package, see the axiom.co/docs/guides/javascript.

License

MIT

Package Sidebar

Install

npm i @axiomhq/logging

Weekly Downloads

1,210

Version

0.1.2

License

MIT

Unpacked Size

150 kB

Total Files

82

Last publish

Collaborators

  • lukasmalkmus
  • gabrielelpidio
  • kevinehosford
  • bahlo
  • mhr3
  • seiflotfy
  • flbn