Skip to main content

flush

Function flush 

Source
pub fn flush()
Expand description

Flushes the global logger’s internal records.

This simply calls Log::flush() on the current global logger. If no logger is set, it flushes the default fallback logger.