Home
last modified time | relevance | path

Searched refs:write_style_or (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/env_logger/examples/
H A Ddefault.rs29 .write_style_or("MY_LOG_STYLE", "always"); in main()
/third_party/rust/crates/env_logger/src/
H A Dlib.rs858 /// let env = Env::new().filter_or("MY_LOG", "info").write_style_or("MY_LOG_STYLE", "always");
1031 pub fn write_style_or<E, V>(mut self, write_style_env: E, default: V) -> Self in write_style_or() functions
1279 Env::new().write_style_or("env_get_write_style_reads_from_var_if_set", "from default"); in env_get_write_style_reads_from_var_if_set()
1288 let env = Env::new().write_style_or( in env_get_write_style_reads_from_default_if_var_not_set()

Completed in 4 milliseconds