2.1.0 • Published 7 months ago

@loglayer/transport-winston v2.1.0

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

Winston Transport for LogLayer

NPM Version NPM Downloads TypeScript

The Winston transport for the LogLayer logging library.

Winston A logger for just about everything.

Installation

npm install loglayer @loglayer/transport-winston winston

Usage

import winston from 'winston'
import { LogLayer } from 'loglayer'
import { WinstonTransport } from "@loglayer/transport-winston"

const w = winston.createLogger({})

const log = new LogLayer({
  transport: new WinstonTransport({
    logger: w
  })
})

Documentation

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

2.1.0

7 months ago

2.0.4

9 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago