Skip to main content

raise_to_info

Function raise_to_info 

Source
pub fn raise_to_info(handle: &ReloadHandle) -> Result<(), InitError>
Expand description

Raise the subscriber to info level. One-way: there is no inverse that lowers the level. Called by option verbosity 2+.

ยงErrors

Returns InitError if the reload handle has been invalidated (the subscriber was dropped).