[][src]Function weld::set_log_level

pub fn set_log_level(level: WeldLogLevel)

Enables logging to stderr in Weld with the given log level.

This function is ignored if it has already been called once, or if some other code in the process has initialized logging using Rust's log crate.