trailofbits/binary_type_inference

Migrate to Slog for Structured Logging rather than Custom FileDebugLogger

Opened this issue · 0 comments

https://github.com/slog-rs/slog gives the hierarchy we need in the logs without having to pass around the logging object everywhere. Also saves us some code.