todo(8): done
Added browser-compatible Writable interface with ConsoleWritable and StderrWritable implementations. StreamHandler.emit() writes to a Writable stream. ConsoleHandler maps levels to console.warn/error/log. StderrHandler emits via console.error. FileHandler throws on construction in browser. Handler.handleError() logs diagnostics. Writable interface designed for extensibility (issue 13).
This commit is contained in:
parent
216d2b5892
commit
672b692013
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -121,7 +121,7 @@ Content-Type: application/issue
|
||||||
ID: 8
|
ID: 8
|
||||||
Type: feature
|
Type: feature
|
||||||
Title: implement browser-compatible Handler output
|
Title: implement browser-compatible Handler output
|
||||||
Status: in-progress
|
Status: done
|
||||||
Priority: high
|
Priority: high
|
||||||
Created: 2026-03-13
|
Created: 2026-03-13
|
||||||
Relationships: dependsOn:5
|
Relationships: dependsOn:5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue