veloren/common
Kevin Glasson 589254e4ab Convert all other veloren crates to use tracing
- Completely removed both `log` and `pretty_env_logger` and replaced
with `tracing` and `tracing_subscriber` where necessary.

- Converted all `log::info!(...)` et al. statements to just use the
shorthand macro i.e. `info!`. This was mostly to make renaming easier.
2020-06-21 23:19:41 +08:00
..
benches apply new rustfmt - touching alot of files 2020-02-01 21:39:39 +01:00
src Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00
build.rs fix(version): more robust version detection 2020-02-09 18:11:40 +01:00
Cargo.toml Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00