Lines Matching refs:str
301 pub const DEFAULT_FILTER_ENV: &str = "RUST_LOG";
304 pub const DEFAULT_WRITE_STYLE_ENV: &str = "RUST_LOG_STYLE";
324 name: Cow<'a, str>,
325 default: Option<Cow<'a, str>>,
647 pub fn format_suffix(&mut self, suffix: &'static str) -> &mut Self {
666 pub fn filter_module(&mut self, module: &str, level: LevelFilter) -> &mut Self {
707 pub fn filter(&mut self, module: Option<&str>, level: LevelFilter) -> &mut Self {
716 pub fn parse_filters(&mut self, filters: &str) -> &mut Self {
769 pub fn parse_write_style(&mut self, write_style: &str) -> &mut Self {
982 E: Into<Cow<'a, str>>,
994 E: Into<Cow<'a, str>>,
995 V: Into<Cow<'a, str>>,
1007 V: Into<Cow<'a, str>>,
1021 E: Into<Cow<'a, str>>,
1033 E: Into<Cow<'a, str>>,
1034 V: Into<Cow<'a, str>>,
1046 V: Into<Cow<'a, str>>,
1061 E: Into<Cow<'a, str>>,
1071 E: Into<Cow<'a, str>>,
1072 V: Into<Cow<'a, str>>,
1089 T: Into<Cow<'a, str>>,