logging: Use glib as log backend instead of env_logger.

This makes log output use the same logger as gtk itself and as most other gtk applications
This commit is contained in:
Tom A. Wagner
2022-01-11 12:12:50 +01:00
parent e1fbb0cf49
commit 96182826e4
4 changed files with 20 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ categories = ["gui", "multimedia"]
[dependencies]
pipewire = "0.4"
gtk = { version = "0.3", package = "gtk4" }
glib = { version = "0.14", features = ["log"] }
log = "0.4.11"
env_logger = "0.9.0"
once_cell = "1.7.2"