Function structured_logger::log_failure
source · pub fn log_failure(msg: &str)
Expand description
Log failure information as JSON to stderr
by eprintln!
.
It is the fallback logging function that is used in case of logging failure for Writer
implementation.