trailofbits / binary_type_inference

GNU General Public License v3.0
11 stars 0 forks source link

Migrate to Slog for Structured Logging rather than Custom FileDebugLogger #43

Open 2over12 opened 1 year ago

2over12 commented 1 year ago

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.