Skip to content

Commit 358652f

Browse files
quinnjoxinabox
andauthored
Update src/verbosity.jl
Co-authored-by: Frames Catherine White <[email protected]>
1 parent 84fa4ce commit 358652f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/verbosity.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ that also use the group argument.
2121
Note: by default group is passed as the source file, however it is poor practice to rely on this in the first place.
2222
Instead use the file argument for that.
2323
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
24+
An `LoggingExtras.EarlyFilteredLogger`can then be used to filter on the `group` argument.
25+
For convenience, the
2626
[`LoggintExtras.with(f; level, verbosity)`](@ref) function is provided to temporarily
2727
wrap the current logger with a level/verbosity filter while `f` is executed.
2828
"""

0 commit comments

Comments
 (0)