We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee26f66 commit 13b743dCopy full SHA for 13b743d
README.md
@@ -82,6 +82,7 @@ This package introduces 5 new loggers.
82
The `DemuxLogger`, the `FileLogger`, and 3 types of filtered logger.
83
All of them just wrap existing loggers.
84
- The `DemuxLogger` sends the logs to multiple different loggers.
85
+ - The `TransformerLogger` applies a function to modify log messages before passing them on.
86
- The `FileLogger` is a simple logger sink that writes to file.
87
- The 3 filter loggers are used to control if a message is written or not
88
- The `MinLevelLogger` only allowes messages to pass that are above a given level of severity
0 commit comments