From fcfbd361535e8d63f643f2018642978894544e13 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 13 Mar 2026 22:56:15 +0100 Subject: [PATCH] todo(6): done Added info(), warning(), error(), and critical() methods to Logger, each gated by isEnabledFor(). All level methods tested including effective level filtering. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 67a8ca9..3cb8d82 100644 --- a/TODO +++ b/TODO @@ -87,7 +87,7 @@ Content-Type: application/issue ID: 6 Type: feature Title: implement remaining Logger level methods -Status: in-progress +Status: done Priority: high Created: 2026-03-13 Relationships: dependsOn:5