Function rustwide::logging::init_with

source ·
pub fn init_with<L: Log + 'static>(logger: L)
Expand description

Initialize rustwide’s logging system wrapping an existing logger, enabling the use of the capture function.

If you don’t want to add your own logger you should use the init function.