gfg-nodejs-libary-manofletters

0.0.3 • Public • Published

manofletters

this is the logger for AWS lambda, which is a wrapper for winston logger.

To install

npm i gfg-nodejs-libary-manofletters

Example code:

var manofletters = require('gfg-nodejs-libary-manofletters');

manofletters.log('info', 'Hello login to the default console');

Logging Levels

Each level is given a specific integer priority. The higher the priority the more important the message is considered to be, and the lower the corresponding integer priority. For example, npm logging levels are prioritized from 0 to 5 (highest to lowest):

{ error: 0, warn: 1, info: 2, verbose: 3, debug: 4, silly: 5 }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i gfg-nodejs-libary-manofletters

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nedved