Skip to content

Commit 13b743d

Browse files
authored
Add TransformerLogger to summary
1 parent ee26f66 commit 13b743d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ This package introduces 5 new loggers.
8282
The `DemuxLogger`, the `FileLogger`, and 3 types of filtered logger.
8383
All of them just wrap existing loggers.
8484
- The `DemuxLogger` sends the logs to multiple different loggers.
85+
- The `TransformerLogger` applies a function to modify log messages before passing them on.
8586
- The `FileLogger` is a simple logger sink that writes to file.
8687
- The 3 filter loggers are used to control if a message is written or not
8788
- The `MinLevelLogger` only allowes messages to pass that are above a given level of severity

0 commit comments

Comments
 (0)