rfc-log-levels
TypeScript icon, indicating that this package has built-in type declarations

1.2.0-next.1573684786.3e4a1d9416a75759bafe25b99a3e7b6f31100e88 • Public • Published

rfc-log-levels

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

A map of log level aliases matched to their numeric values. Follows the RFC Standard.

Install

npm

  • Install: npm install --save rfc-log-levels
  • Require: require('rfc-log-levels')

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/rfc-log-levels'
</script>

This package is published with the following editions:

  • rfc-log-levels aliases rfc-log-levels/source/index.json
  • rfc-log-levels/source/index.json is JSON

Usage

const logLevels = require('rfc-log-levels')
console.log(logLevels.info) // 6

Refer to index.json for the full listing.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

  • Copyright © 2018+ Benjamin Lupton

and licensed under:

Package Sidebar

Install

npm i rfc-log-levels@1.2.0-next.1573684786.3e4a1d9416a75759bafe25b99a3e7b6f31100e88

Version

1.2.0-next.1573684786.3e4a1d9416a75759bafe25b99a3e7b6f31100e88

License

MIT

Unpacked Size

13.7 kB

Total Files

7

Last publish

Collaborators

  • bevryme