feat(log): Allow a log formatter per target (#3065)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Michelle Tilley
2025-11-04 06:52:46 -08:00
committed by GitHub
parent 371cd8227c
commit 2a625adff3
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,6 @@
---
"log": "minor"
"log-js": "minor"
---
Allow specifying a log formatter per target using the `format` method on `Target`.