It might be good to add a way to execute code provided inside one of the verbosity options. e.g.
Verbosity.Code(:(Main.@infiltrate))
which could then be set as the verbosity for certain options. This could be useful when using infiltrator or even just printing when debugging. This way people could add their own debugging messages or infiltrate without having to dev the packages.
It might be good to add a way to execute code provided inside one of the verbosity options. e.g.
which could then be set as the verbosity for certain options. This could be useful when using infiltrator or even just printing when debugging. This way people could add their own debugging messages or infiltrate without having to
devthe packages.