2.1.0 • Published 9 months ago

@loglayer/transport-signale v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Signale Transport for LogLayer

NPM Version NPM Downloads TypeScript

The Signale transport for the LogLayer logging library.

Signale is a highly configurable logging utility designed for CLI applications.

Important Notes

  • Signale only works in Node.js environments (not in browsers)
  • It is primarily designed for CLI applications
  • LogLayer only integrates with standard log levels (not CLI-specific levels like success, etc.)

Installation

npm install loglayer @loglayer/transport-signale signale

Usage

import { Signale } from 'signale'
import { LogLayer } from 'loglayer'
import { SignaleTransport } from "@loglayer/transport-signale"

const signale = new Signale()

const log = new LogLayer({
  transport: new SignaleTransport({
    logger: signale
  })
})

Documentation

For more details, visit https://loglayer.dev/transports/signale

2.1.0

9 months ago

2.0.4

11 months ago

2.0.3

11 months ago

2.0.2

12 months ago

2.0.1

12 months ago

2.0.0

12 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago