pub fn write_error_count() -> u64
Number of write errors observed by the underlying sink.
use dynomite::core::log::write_error_count; // Before logging is initialised the count is zero. let _: u64 = write_error_count();