1.0.4 • Published 6 years ago

nlogj v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

nlogj

npm license github-issues

Awesome nodejs log to file

nodei.co

Installation

npm install nlogj --save

Usage

const logFile = require('nlogj')

logFile
	.setTag('Test')
	.setLogName('hello.log')
	.setLogDir(__dirname)
	.clearLog()
	.log('hello')
	.log('hello2')

You will see a new log file with name hello.log in current folder with content

2018-02-11 16:04:23 [Test]: hello
2018-02-11 16:04:23 [Test]: hello2
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago