rustwide::logging
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.
capture
If you don’t want to add your own logger you should use the init function.
init