Update 101-winston.md (#2141)

pull/2165/head
Sion Kang 2 years ago committed by GitHub
parent c7dbe20d02
commit 89d8befdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/107-nodejs/content/112-nodejs-logging/101-winston.md

@ -1 +1,7 @@
# Winston # Winston
winston is designed to be a simple and universal logging library with support for multiple transports. A transport is essentially a storage device for your logs. Each winston logger can have multiple transports configured at different levels. For example, one may want error logs to be stored in a persistent remote location (like a database), but all logs output to the console or a local file.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://github.com/winstonjs/winston'>winston Website</BadgeLink>

Loading…
Cancel
Save