From 67803747c4480a44d997c268545a7e81996b5d5e Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 13 Mar 2026 23:26:39 +0100 Subject: [PATCH] todo(7): done Implemented %-style field substitution in PercentFormatterStyle, JS Date-based formatTime with strftime token support and ISO8601 fallback, Error.stack-based formatError, and LogRecord.getMessage. Added message, name, msg, args fields to LogRecord. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index c8e1e43..490168d 100644 --- a/TODO +++ b/TODO @@ -102,7 +102,7 @@ Content-Type: application/issue ID: 7 Type: feature Title: implement Formatter subsystem -Status: in-progress +Status: done Priority: high Created: 2026-03-13 Relationships: dependsOn:1