We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb468c commit 6045c24Copy full SHA for 6045c24
src/earlyfiltered.jl
@@ -41,7 +41,7 @@ catch_exceptions(logger::EarlyFilteredLogger) = catch_exceptions(logger.logger)
41
This returns a NamedTuple containing all the arguments the logger gives
42
to `shouldlog`
43
It is passed to the early logger filter.
44
-These argument come from the logging macro (@info`, `@warn` etc).
+These argument come from the logging macro (`@info`, `@warn` etc).
45
46
* `level::LogLevel` Warn, Info, etc,
47
* `_module::Module` can be used to specify a different originating module from
0 commit comments