fractal-gtk: Use loggerv for log output
Previously we moved from println! to the log
crate, but log
requires you to set a logger in order to output anything. loggerv
is one such logger, with detailed output that tells you exactly where a log comes from.
One thing we can do is make loggerv exclusive to debug builds.