Searched refs:current_span (Results 1 – 13 of 13) sorted by relevance
464 fn current_span(&self) -> span::Current { in current_span() method773 fn current_span(&self) -> span::Current { in current_span() function774 self.as_ref().current_span() in current_span()858 fn current_span(&self) -> span::Current { in current_span() function859 self.as_ref().current_span() in current_span()
686 pub fn current_span(&self) -> span::Current { in current_span() method687 self.subscriber.current_span() in current_span()
66 pub fn current_span(&self) -> span::Current { in current_span() function68 .map(Subscriber::current_span) in current_span()261 let current = subscriber.current_span(); in lookup_current()
204 fn current_span(&self) -> span::Current { in current_span() function205 self.inner.current_span() in current_span()
253 let current_span = if self.format.display_current_span || self.format.display_span_list in format_event() localVariable290 if let Some(ref span) = current_span { in format_event()297 if self.format.display_span_list && current_span.is_some() { in format_event()
59 if let Some(current) = dispatch.current_span().id() { in call()
241 self.current_span().id().map(|id| self.clone_span(id)) in new_span()330 fn current_span(&self) -> Current { in current_span() method
423 fn current_span(&self) -> span::Current { in current_span() function424 self.inner.current_span() in current_span()
1070 pub fn current_span(&self) -> Current { in current_span() function1071 self.ctx.current_span() in current_span()
551 if let Some((id, meta)) = dispatch.current_span().into_inner() { in current()
460 fn current_span(&self) -> tracing_core::span::Current { in current_span() function
687 - **fmt**: Added `FmtContext::current_span()` method, returning the current span1166 - Spans not being closed properly when `FmtSubscriber::current_span` is used1184 - `Layered` subscribers not properly forwarding calls to `current_span`
485 - `Subscriber::current_span` API to return the current span (#148).