1.0.5 • Published 5 years ago

node-spdlog-daily v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

node-spdlog-daily

This is a node addon for spdlog daily file type

Installation

Install with npm:

$ npm install --save node-spdlog-daily

Example

const DailyLogger = require('node-spdlog-daily').DailyLogger

let logger = DailyLogger('daily_logger', 'daily.txt', 0, 0);
logger.info('sdscscs2222')

Start with NODE_ENV=production will logger to file, otherwise will call console.log

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago