rfc-log-levels
A map of log level aliases matched to their numeric values. Follows the RFC Standard.
Usage
Complete API Documentation.
import getLevelInfo from 'rfc-log-levels'
console.log(getLevelInfo('info'))
console.log(getLevelInfo(6))
import { rfcLogLevels } from 'rfc-log-levels'
console.log(rfcLogLevels.info)
import rfcLogLevels from 'rfc-log-levels/index.json'
console.log(rfcLogLevels.info)
Refer to index.json
for the full listing, which is automatically extracted from source/index.ts
.
Install
- Install:
npm install --save rfc-log-levels
- Import:
import pkg from ('rfc-log-levels')
- Require:
const pkg = require('rfc-log-levels').default
<script type="module">
import pkg from '//cdn.skypack.dev/rfc-log-levels@^3.20.0'
</script>
<script type="module">
import pkg from '//unpkg.com/rfc-log-levels@^3.20.0'
</script>
<script type="module">
import pkg from '//dev.jspm.io/rfc-log-levels@3.20.0'
</script>
This package is published with the following editions:
rfc-log-levels/source/index.ts
is TypeScript source code with Import for modulesrfc-log-levels/edition-browsers/index.js
is TypeScript compiled against ES2022 for web browsers with Import for modulesrfc-log-levels
aliases rfc-log-levels/edition-es2022/index.js
rfc-log-levels/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesrfc-log-levels/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules
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:
No sponsors yet! Will you be the first?
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:
and licensed under: