From cd52064c8e1e31af9a3b962481c9a329490e7f29 Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Fri, 3 Jan 2025 13:37:23 -0800 Subject: [PATCH] Add LogLayer (logging library) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6eee03fe..e67c40df 100644 --- a/README.md +++ b/README.md @@ -586,6 +586,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [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. +* [LogLayer](https://loglayer.dev) - Provides a consistent logging experience for your favorite logging libraries. Easily add metadata, prefixes, and errors to your logs. ## RegExp * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.