From 0f277831c6c5de6f39a7923fd1e84b5a0c9d308f Mon Sep 17 00:00:00 2001 From: Moresyl <85490079+Moresyl@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:37:45 +0800 Subject: [PATCH] Add Optik Sol to logging tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6be1b07..15c2f2ec 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [console.log-wrapper](https://github.com/patik/console.log-wrapper) - Log to the console in any browser with clarity. * [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. +* [Optik Sol](https://github.com/Moresyl/optik-sol) - Mobile-first in-page developer console for debugging real devices and WebViews. * [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.