[][src]Function logsley::configure_for_test

pub fn configure_for_test(filters: &str) -> Result<(), Box<dyn Error>>

Configures log and slog to emit to stdout with "plain" format. Can be called multiple times from different threads. Each call leaks a GlobalLoggerGuard which contains only a bool.