1.0.14 • Published 5 months ago

@gibme/logger v1.0.14

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

Simple Logger built around Winston

Automatically creates a common logging facility for you both to file and console.

If NODE_ENV !== 'production', will also output debug level to the console.

import Logger from '@gibme/logger';

Logger.info('I can log %s %sx faster', 'anything', 2);
Logger.debug('Debug message');
Logger.warn('Warning message');
Logger.error('Some error');

Logger.addLog('/somefile.log', 'crit');
1.0.11

12 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

10 months ago

1.0.10

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago