Draft: Switch to using the tracing crate.
This changes all uses of log in libraries and arti to use the tracing crate. simple_logging is removed from the binary and no log compat bridge is set up, but that can be added if necessary (if some dependencies use the log crate only). With the default settings, the log lines are a bit longer that with log and use colors. Issue #74