Add LogTape (#897)

This commit is contained in:
Hong Minhee (洪 民憙) 2024-09-03 22:01:53 +09:00 committed by GitHub
parent 81dd26d1e0
commit 6d17f734e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.