mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
- 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. |
||
---|---|---|
.. | ||
mod.rs | ||
packet.rs | ||
sync_ext.rs | ||
track.rs | ||
uid.rs |