forked from andrewagain/javascriptstuff-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloggers.js
More file actions
17 lines (17 loc) · 695 Bytes
/
loggers.js
File metadata and controls
17 lines (17 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports = {
key: "loggers",
name: "Loggers",
description:
'Utilities that help you log useful information to the console (or elsewhere). These are alternatives to "console.log".',
aka: ["logging libraries"],
tags: [],
projects: [
{ url: "https://github.com/guigrpa/storyboard" },
{ url: "https://github.com/mohebifar/konsul" },
{ url: "https://github.com/visionmedia/debug" },
{ url: "https://github.com/winstonjs/winston", tags: ["node-only"] },
{ url: "https://github.com/pinojs/pino", tags: ["node-only"] },
{ url: "https://github.com/baryon/tracer", tags: ["node-only"] },
{ url: "https://github.com/evgenyrodionov/redux-logger" },
],
};