UNPKG

@lsk4/log

Version:

Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston

5 lines (4 loc) 735 B
var r={start:99,log:99,fatal:60,error:50,warn:40,success:35,info:30,debug:20,trace:10},l={fatal:["bgRed"],error:["bold","bgRed"],warn:["bgYellow"],debug:["bold","cyan"],info:["bold","green"],trace:["gray"],log:["bgWhite"]},t={fatal:["bold","red"],error:["red"],warn:["yellow"],debug:["cyan"],info:["green"],trace:["gray"],log:["bgWhite"]},n=[["red"],["green"],["yellow"],["blue"],["magenta"],["cyan"],["bold","red"],["bold","green"],["bold","yellow"],["bold","blue"],["bold","magenta"],["bold","cyan"]],a=[["bold","white"],["bold","cyan"],["bold","green"],["white"]]; export { a as contentColors, r as levelsPriority, n as randomColors, l as theme, t as themeLight }; //# sourceMappingURL=out.js.map //# sourceMappingURL=config.js.map