exa/src/fs
Benjamin Sago 04e2d4c692 Just straight-up roll our own logger
This commit removes the env_logger dependency, replacing it with a simple implementation. Doing so removes like ten other transitive dependencies that no longer need to be included in the build.

It also gains the ability to enable trace-level logging. The users crate, which contains such logging statements as of the version I published a few days ago, has been upgraded to celebrate.

Also, change the log imports to globs. I'm only interested that a file doing logging, not what level it's logging at.
2020-10-10 02:01:12 +01:00
..
feature Just straight-up roll our own logger 2020-10-10 02:01:12 +01:00
dir_action.rs dir_action comments and docs 2017-08-12 11:29:40 +01:00
dir.rs Just straight-up roll our own logger 2020-10-10 02:01:12 +01:00
fields.rs Merge pull request #704 from LarsHaalck/master 2020-10-08 22:14:38 +01:00
file.rs Just straight-up roll our own logger 2020-10-10 02:01:12 +01:00
filter.rs Fix Clippy lints 2020-05-24 21:43:55 +02:00
mod.rs Fix handling of potentially unsupported time metadata 2019-12-20 05:37:29 +01:00