Searched refs:file_static (Results 1 – 7 of 7) sorted by relevance
33 .file_static(file_str.into()) in delegate()
55 .file_static(Some(loc.file())) in log_impl()
848 pub fn file_static(&self) -> Option<&'static str> { in file_static() method1011 pub fn file_static(&mut self, file: Option<&'static str>) -> &mut RecordBuilder<'a> { in file_static() method
55 .file_static(Some(file)) in log_impl()
801 pub fn file_static(&self) -> Option<&'static str> { in file_static() method964 pub fn file_static(&mut self, file: Option<&'static str>) -> &mut RecordBuilder<'a> { in file_static() method
12 * Fix typo in file_static() method doc by @dimo414 in https://github.com/rust-lang/log/pull/590
32 * Fix typo in file_static() method doc by @dimo414 in https://github.com/rust-lang/log/pull/590