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 05fa158 commit 0d549f2Copy full SHA for 0d549f2
README.md
@@ -381,6 +381,9 @@ julia> with_logger(logger) do
381
┌ Debug: This message will log since we're overriding the global Info default log level
382
└ @ Main REPL[33]:2
383
```
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.
387
388
# Utilities
389
0 commit comments