1.1.1 • Published 6 years ago

@raynode/nx-logger-debug v1.1.1

Weekly downloads
55
License
MIT
Repository
github
Last release
6 years ago

Node.js version NPM version semantic-release Greenkeeper badge build with travis-ci tested with jest Coverage Status npm version Maintainability

nx-logger-debug

nx-logger-debug is a transport for nx-logger

  • TypeScript 2.9 to ES6 transpilation
  • TSLint 5.x
  • Jest unit testing and code coverage
  • Type definitions for Node.js v6.x (LTS) and Jest
  • .editorconfig for consistent file format

Getting Started

Install nx-logger-debug using npm:

npm i @raynode/nx-logger-debug

Usage

import { transport } from 'nx-logger-debug'
import { create, configure } from 'nx-logger'

configure({ transport })
const logger = create('my-logger')
logger('Test') // equals to debug('my-logger')('Test') => my-logger: Test +5ms

Contributing

If you want to help with this project, just leave a bugreport or pull request. I'll try to come back to you as soon as possible

License

MIT

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.0.0

6 years ago