easy-console-logger-nodejs

1.1.0 • Public • Published

Easy console logger

Makes it easier to console log stuff updates: examples:

logger.warn('hello')
output: [WARNING](hello)
logger.throwError('Hello')
output: (node:1324) UnhandledPromiseRejectionWarning: Error: hello
logger.typeError('hi')
output: (node:10304) UnhandledPromiseRejectionWarning: TypeError: hi

quick example:

const logger = require('easy-console-logger-nodejs')
 
logger.log('hi')

output: hi

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i easy-console-logger-nodejs

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

1.95 kB

Total Files

4

Last publish

Collaborators

  • tovade