Function loggerv::init_with_verbosity [] [src]

pub fn init_with_verbosity(verbosity: u64) -> Result<(), SetLoggerError>

Initialize loggerv with a verbosity level.

Intended to be used with an arg parser counting the amount of -v flags. See the main loggerv documentation page for an example.