Searched refs:with_field_prefix (Results 1 – 2 of 2) sorted by relevance
20 with_journald_layer(Layer::new().unwrap().with_field_prefix(None), f) in with_journald()226 .with_field_prefix(None) in simple_metadata()
125 pub fn with_field_prefix(mut self, x: Option<String>) -> Self { in with_field_prefix() method