1.0.0-rc3 • Published 7 years ago

node-og v1.0.0-rc3

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

node-og

A mini logging module.

yarn add node-og

Usage

Setup

test-og.js
const og = require('node-og')({
  logPath: 'path/to/og/to',
  logFile: 'og_file.txt'
})

og.enable(process.stdout)

console.info('Hi, logs!')

og.disable(process.stdout)

console.info('Bye, logs!')

Output

og_file.txt
Hi, logs!
1.0.0-rc3

7 years ago

1.0.0-rc2

7 years ago

1.0.0-rc1

7 years ago