pub fn init_with_level_and_start_seq(
    level: Level,
    start: u64,
    max_seq: Option<u64>
) -> Result<(), SetLoggerError>