Skip to main content

write_error_count

Function write_error_count 

Source
pub fn write_error_count() -> u64
Expand description

Number of write errors observed by the underlying sink.

ยงExamples

use dynomite::core::log::write_error_count;
// Before logging is initialised the count is zero.
let _: u64 = write_error_count();