log: `Log` trait adapter around the GStreamer debug system
Allows usage of normal log
crate macros, and for other crates
using those macros to have their log messages go to the GStreamer
debug logs.
This implementation is based on the one found in Servo.
Fixes #187 (closed)