[][src]Function rustwide::logging::init_with

pub fn init_with<L: Log + 'static>(logger: L)

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.