You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding the Filter to be useful for creating my own logger in a custom wasm environment. This functionality is useful, but to pull it in I also have to pull in the whole env_logger crate. The readme for this crate reads that it should only be used for binaries, which makes sense, but this one component of it is useful for making libraries. Is it possible that the Filter and Builder can be split into their own crate? It seems like a good thing to refactor out. Essentially, the whole filter module.
The text was updated successfully, but these errors were encountered:
I am finding the
Filter
to be useful for creating my own logger in a custom wasm environment. This functionality is useful, but to pull it in I also have to pull in the wholeenv_logger
crate. The readme for this crate reads that it should only be used for binaries, which makes sense, but this one component of it is useful for making libraries. Is it possible that theFilter
andBuilder
can be split into their own crate? It seems like a good thing to refactor out. Essentially, the wholefilter
module.The text was updated successfully, but these errors were encountered: