Skip to content
This repository was archived by the owner on May 23, 2019. It is now read-only.

Slightly modified version of Winston Console to work with Electron

License

Notifications You must be signed in to change notification settings

dustinblackman/winston-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dustin Blackman
Oct 2, 2017
6bf1a38 · Oct 2, 2017

History

14 Commits
Nov 28, 2016
Nov 28, 2016
Jan 15, 2017
Aug 16, 2017
Oct 2, 2017

Repository files navigation

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
    })
  ]
});

About

Slightly modified version of Winston Console to work with Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published