1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update 101-winston.md (#2141)

This commit is contained in:
Sion Kang
2022-10-05 18:54:43 +09:00
committed by GitHub
parent c7dbe20d02
commit 89d8befdf8

View File

@@ -1 +1,7 @@
# 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>