pub fn get_logger_with_custom_func<O, F>(out: O, flush: F) -> Loggerwhere
    O: Fn(&str) -> Result<()> + Send + Sync + 'static,
    F: Fn() -> Result<()> + Send + Sync + 'static,
Expand description

Create logger with custom output and flush callback