From 6d17f734e42304ad6949ca728c643c83743cfccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hong=20Minhee=20=28=E6=B4=AA=20=E6=B0=91=E6=86=99=29?= Date: Tue, 3 Sep 2024 22:01:53 +0900 Subject: [PATCH] Add LogTape (#897) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45b902a8..6eee03fe 100644 --- a/README.md +++ b/README.md @@ -585,6 +585,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. * [minilog](http://mixu.net/minilog/) – Lightweight client & server-side logging with Stream-API backends. * [storyboard](http://guigrpa.github.io/storyboard/) - Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place. +* [LogTape](https://logtape.org/) - Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions. ## RegExp * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.