You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transports.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ there are additional transports written by
59
59
*[SQLite3](#sqlite3-transport)
60
60
*[SSE with KOA 2](#sse-transport-with-koa-2)
61
61
*[Sumo Logic](#sumo-logic-transport)
62
+
*[VS Code extension](#vscode-extension)
62
63
*[Worker Thread based async Console transport](#worker-thread-based-async-console-transport)
63
64
*[Winlog2 Transport](#winlog2-transport)
64
65
@@ -832,6 +833,40 @@ Options:
832
833
### SSE transport with KOA 2
833
834
[winston-koa-sse](https://github.com/alexvictoor/winston-koa-sse) is a transport that leverages on Server Sent Event. With this transport you can use your browser console to view your server logs.
834
835
836
+
### VS Code extension
837
+
838
+
[winston-transport-vscode][48] is a transport for VS Code extension development.
0 commit comments