File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ calls. For example:
418
418
using LoggingExtras
419
419
420
420
function complex_user_call (; verbose= 0 )
421
- LoggingExtras. withlevel (Debug; verbosity= verbose)
421
+ LoggingExtras. withlevel (Debug; verbosity= verbose) do
422
422
# execute complex function body
423
423
@debugv 1 " a level 1 verbosity debug message"
424
424
@debugv 2 " a more verbose level 2 debug message"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ to the core logging logic as a `LoggingExtras.Verbosity` object.
24
24
Note these "verbose" logging messages will only be filtered if a filter logger is used.
25
25
A `LoggingExtras.EarlyFilteredLogger`can be used to filter on the `group.verbosity` argument.
26
26
For convenience, the
27
- [`LoggintExtras .withlevel(f, level; verbosity)`](@ref) function is provided to temporarily
27
+ [`LoggingExtras .withlevel(f, level; verbosity)`](@ref) function is provided to temporarily
28
28
wrap the current logger with a log level and verbosity to filter while `f` is executed.
29
29
"""
30
30
You can’t perform that action at this time.
0 commit comments