We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7756b commit 0451872Copy full SHA for 0451872
lib/logger.js
@@ -35,7 +35,10 @@ const channels = {
35
fatal: diagnosticsChannel.channel('log:fatal'),
36
};
37
38
-// RFC5424 numerical ordering + log4j interface
+/*
39
+* RFC5424 numerical ordering + log4j interface
40
+* @link https://www.rfc-editor.org/rfc/rfc5424.html
41
+*/
42
const LEVELS = {
43
trace: 10,
44
debug: 20,
0 commit comments