Skip to content

Split Filter and Builder into separate crate #193

@vadixidav

Description

@vadixidav

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions