Expand description
logger API suitable for C
While we eventually want to move the implementation to Rust,
Rust code should generally use Rust’s log
crate instead.
Since we use this in the shim, we eventually want this to not depend on
std
nor libc
. (The C part of the implementation currently uses libc).
https://github.com/shadow/shadow/issues/2919