A map of log level aliases matched to their numeric values. Follows the RFC Standard.
- Install:
npm install --save rfc-log-levels
- Require:
require('rfc-log-levels')
<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
aliasesrfc-log-levels/source/index.json
-
rfc-log-levels/source/index.json
is JSON
const logLevels = require('rfc-log-levels')
console.log(logLevels.info) // 6
Refer to index.json
for the full listing.
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
- Copyright © 2018+ Benjamin Lupton
and licensed under: