[][src]Function fakelogs::run

pub fn run(cfg: &Config)

Run the generator with the given options.

use fakelogs::{options, run};

run(&options::Config::parse());