1.2.1 • Published 8 years ago

ellog v1.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

ellog

A node module for log in electron applications.

##Introduction Just a very simple logging module for your Electron application. No complicated configuration. Just require and use.

This module can used in main process or render process in electron,we use third party module--elis

##install npm install ellog --save

##usage var log = require('ellog'); log.info('hello world'); log.error('hello error');

##location

By default it writes logs to : $HOME/AppData/Roaming/<app name>/year_month_day_log.txt

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago