Expand description
Implement tracing
subscriber that outputs logs to the console.
Structs
Enums
- Buffer 🔒
Statics
- LOG_FILE 🔒
Functions
- This require heap allocation sadly, as it uses
Arc
internally, even though it could be done without it - log_file 🔒
- Move the log buffer into the heap, and we can store more data there