Add adapter for the `log` trait around the GStreamer debug system
See https://docs.rs/log/0.4.6/log/trait.Log.html
This would allow the normal macros from log
to be used, and if other crates are using the log
crate they would also automatically go to the GStreamer debug logs then.