Skip to main content

layer_minimum_log_level

Function layer_minimum_log_level 

Source
pub fn layer_minimum_log_level(
    initial: LogLevel,
) -> LayerEffect<Service<EffectLogMinLevelKey, FiberRef<LogLevel>>, (), ()>
Expand description

Layer that allocates a FiberRef<LogLevel> (default initial) and registers it in a thread-local slot consulted by EffectLogger::log.