JuliaLogging / LoggingExtras.jl

Composable Loggers for the Julia Logging StdLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create new `EarlyFilteredLogger` and rename current to `ActiveFilteredLogger`

oxinabox opened this issue · comments

The EarlyFilteredLogger
should do the filtering at the shouldlog level.
Which will allow it to filter things out before the macro is evaluated.
it should take a function to decide if to do this

It is less general than the ActiveFIlteredLogger