1.0.4 • Published 6 months ago

better-node-file-logger v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Better Node File Logger

An even simpler logger for quick logging.

Docs & Features

Dependencies

node-file-logger

Steps to use

Installation

npm install better-node-file-logger --save

Create instance of Node file logger

// Ceate an instance of better node file logger
const log = require('better-node-file-logger');
log.QuickInit('LogPrefix_') // Optional prefix instead of SetUserOptions()

For more info on logging, see original library. Note, I changed all of the original functions to camelCase. This is because I am a menace.

License

MIT

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago