Function set_verbose

Source
pub fn set_verbose(value: bool)
Expand description

Set the global verbose setting

§Arguments

  • value - The new value for the verbose setting

§Panics

This function will panic if init_globals() has not been called first.