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

1
Cargo.lock generated
View file

@ -145,6 +145,7 @@ dependencies = [
"hashbrown 0.8.2",
"histogram",
"indexmap",
"log",
"mimalloc",
"mio",
"parking_lot",