UNPKG
bunyan-debug
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Bunyan powered logger with namespaces
github.com/emartech/bunyan-debug
emartech/bunyan-debug
bunyan-debug
/
src
/
output
/
stringify-level
/
stringify-level.js
7 lines
(5 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
let
config =
require
(
'../../config'
);
module
.
exports
=
function
stringifyLevel
(
level
) {
return
config.
coloredNames
[level]; };