gitextract_ieyaasaz/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── Cargo.toml ├── LICENSE ├── README.md ├── examples/ │ ├── colors.rs │ ├── flush.rs │ ├── init.rs │ ├── init_with_env.rs │ ├── init_with_level.rs │ ├── init_with_target_level.rs │ ├── stderr.rs │ ├── threads.rs │ ├── timestamps_format.rs │ ├── timestamps_local.rs │ ├── timestamps_none.rs │ ├── timestamps_utc.rs │ ├── timestamps_utc_offset.rs │ └── wrap.rs ├── rustfmt.toml └── src/ └── lib.rs