aquatic_udp: use log crate instead of eprintln, add LogLevel to Config

This commit is contained in:
Joakim Frostegård 2020-08-13 04:52:50 +02:00
parent dd19f32a2a
commit f4187f4368
6 changed files with 19 additions and 9 deletions

View file

@ -21,6 +21,7 @@ crossbeam-channel = "0.4"
hashbrown = "0.8"
histogram = "0.6"
indexmap = "1"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
parking_lot = "0.11"