From 0f6483056f3d227d4dfe6593ee26d296ceb0a061 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: Mon, 22 Apr 2024 16:14:10 +0900 Subject: [PATCH] Add LogTape (#386) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9efe8e9..942681a 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ This list is a collection of the best Deno modules and resources. ### Logging - [sentry_deno](https://github.com/GJZwiers/sentry_deno) - Unofficial port of the Sentry SDK for JavaScript to Deno. - [dlog](https://github.com/dpmland/dlog) - A ussefull logger for the prompt with icons or simple version! +- [LogTape](https://github.com/dahlia/logtape) - Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers. ### Machine learning - [classy-lala](https://github.com/retraigo/la-classy) - Single-layer perceptrons for supervised learning tasks.