Skip to content

Commit 0d549f2

Browse files
quinnjoxinabox
andauthored
Update README.md
Co-authored-by: Frames Catherine White <[email protected]>
1 parent 05fa158 commit 0d549f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ julia> with_logger(logger) do
381381
┌ Debug: This message will log since we're overriding the global Info default log level
382382
└ @ Main REPL[33]:2
383383
```
384+
This is roughly complementary to the `MinLevelFilterLogger`.
385+
The `MinLevelFilterLogger` lets you effectively *raise* the level of any logger it wraps to meet the level you specify.
386+
The `LevelOverrideLogger` lets you *lower* (or *raise*) the level of the wrapped logger as it bypasses checks on it entirely.
384387
385388
# Utilities
386389

0 commit comments

Comments
 (0)