This package has been deprecated

Author message:

akalogger

2.1.1 • Public • Published

akalogger

js-semistandard-style

NPM

A easy to use node logger with option to print to console, save to file, and support for Sentry.

Installing

npm i --save akalogger

Usage

let Akalogger = require('akalogger');

let logger = new Akalogger(); // Create logger that will print to console

logger.log('This is a test log');
logger.debug('This is a test log');
logger.error('This is a test log');
logger.info('This is a test log');
logger.warn('This is a test log');

See the included examples in the examples folder.

Links

Package Sidebar

Install

npm i akalogger

Weekly Downloads

0

Version

2.1.1

License

MIT

Unpacked Size

1.5 MB

Total Files

48

Last publish

Collaborators