From fdb9ae8a7327a43539e1536497b0ebe97274f462 Mon Sep 17 00:00:00 2001 From: Mitsunee <19474909+Mitsunee@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:51:42 +0100 Subject: [PATCH] add: note printRaw idea for file logging future --- the-plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/the-plan.md b/the-plan.md index a13ffba..3c4baea 100644 --- a/the-plan.md +++ b/the-plan.md @@ -22,6 +22,7 @@ aka prevented pre-release feature creep :) - rolling log file - customizable file name? same template system (sans `%name%` var)? - can extend `TemplateOpts` like this: https://tsplay.dev/NV81nW + - `logger.printRaw()` and `printRawError()` to print a message without prefix in both cli and file - table printing util (may make separate package for this) - available formats: ascii, ascii (simple, i.e. `+` for corners), markdown, possibly html - wrapper for main functions