Function rustwide::logging::init

source ·
pub fn init()
Expand description

Initialize rustwide’s logging system, enabling the use of the capture function.

This method will override any existing logger previously set and it will not show any log message to the user. If you want to also add your own logger you should use the init_with function.