Skip to content
Logger for pon
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets/images
ci
doc
example
lib
misc
test
.LICENSE.bud
.README.md.bud
.gitignore
.npmignore
.travis.yml
LICENSE
README.md
jsdoc.json
package-lock.json
package.json

README.md

Title Banner

Build Status npm Version JS Standard

Logger for pon

Installation

$ npm install pon-logger --save

Usage

'use strict'

const ponLogger = require('pon-logger')

{
  let logger = ponLogger()
  logger.notice('This is notice message')
  logger.info('This is info message')
  logger.debug('This is debug message')
  logger.warn('This is warn message')
  logger.error('This is error message')
  logger.fatal('This is fatal message')
}

License

This software is released under the Apache-2.0 License.

Links

You can’t perform that action at this time.