Searched refs:append_str (Results 1 – 2 of 2) sorted by relevance
45 ctx.append_str(self) in add_to_context()51 ctx.append_str(self.as_str()) in add_to_context()
102 pub fn append_str(self, data: &str) -> Result<Self, LogContextError> { in append_str() method