emabee/flexi_logger

v0.23.2 makes LoggerHandle no longer Clone

tdudz opened this issue · 1 comments

tdudz commented

in one part of my code i need to clone the LoggerHandle object to pass it off to a different thread. looks like in this latest version you removed #[derive(Clone)] on the LoggerHandle object and my code won't compile. is it possible to re-introduce cloning? or is there a different solution that i'm missing? thanks

Resolved with 0.23.3