Home
last modified time | relevance | path

Searched refs:format_module_path (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/
Dmod.rs143 pub format_module_path: bool, field
156 format_module_path: false, in default()
190 module_path: built.format_module_path, in build()
/third_party/rust/crates/env_logger/src/
Dlib.rs602 pub fn format_module_path(&mut self, write: bool) -> &mut Self { in format_module_path() method
603 self.format.format_module_path = write; in format_module_path()