0.2.0 • Published 7 years ago

winston-electron v0.2.0

Weekly downloads
53
License
MIT
Repository
github
Last release
7 years ago

winston-electron

This is a slightly modified version of the original winston console transport to work with Electron.

Install

npm i --save winston-electron

Example

import ElectronConsole from 'winston-electron';
import winston from 'winston';

const Log = new winston.Logger({
  transports: [
    new ElectronConsole({
      level: 'debug',
      handleExceptions: true
    })
  ]
});
0.2.0

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago