2.1.0 • Published 8 months ago

@loglayer/transport-electron-log v2.1.0

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

Electron-log Transport for LogLayer

NPM Version NPM Downloads TypeScript

Electron-log transport for the LogLayer logging library.

Electron-log is a logging library designed specifically for Electron applications.

Installation

npm install loglayer @loglayer/transport-electron-log electron-log

Usage

// Main process logger
import log from 'electron-log/src/main'
// Or for Renderer process
// import log from 'electron-log/src/renderer'
import { LogLayer } from 'loglayer'
import { ElectronLogTransport } from "@loglayer/transport-electron-log"

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

Documentation

For more details, visit https://loglayer.dev/transports/electron-log

2.1.0

8 months ago

2.0.4

10 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.15

11 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months 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