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 84fa4ce commit 358652fCopy full SHA for 358652f
src/verbosity.jl
@@ -21,8 +21,8 @@ that also use the group argument.
21
Note: by default group is passed as the source file, however it is poor practice to rely on this in the first place.
22
Instead use the file argument for that.
23
24
-The default logger doesn't have support for filtering on the `group` argument,
25
-so an `LoggingExtras.EarlyFilteredLogger` can be used. For convenience, a
+An `LoggingExtras.EarlyFilteredLogger`can then be used to filter on the `group` argument.
+For convenience, the
26
[`LoggintExtras.with(f; level, verbosity)`](@ref) function is provided to temporarily
27
wrap the current logger with a level/verbosity filter while `f` is executed.
28
"""
0 commit comments