cloud-hypervisor / rust-hypervisor-firmware

Apache License 2.0
608 stars 57 forks source link

log: Introduce log crate #339

Closed retrage closed 4 months ago

retrage commented 4 months ago

RHF has a simple log!() macro with a serial backend for logging, but it lacks a logging level feature for better tracing. This PR proposes to add the log crate and introduce logging level. This will change the output format with a logging level prefix like [INFO].