A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.rs/tracing-core/0.1.34/x86_64-unknown-linux-gnu/tracing_core/event/struct.Event.html below:

Event in tracing_core::event - Rust

pub struct Event<'a> {  }
Expand description

Events represent single points in time where something occurred during the execution of a program.

An Event can be compared to a log record in unstructured logging, but with two key differences:

Source§ Source

Constructs a new Event with the specified metadata and set of values, and observes it with the current subscriber.

Source

Returns a new Event in the current span, with the specified metadata and set of values.

Source

Returns a new Event as a child of the specified span, with the provided metadata and set of values.

Source

Constructs a new Event with the specified metadata and set of values, and observes it with the current subscriber and an explicit parent.

Source

Visits all the fields on this Event with the specified visitor.

Source

Returns an iterator over the set of values on this Event.

Source

Returns metadata describing this Event.

Source

Returns true if the new event should be a root.

Source

Returns true if the new event’s parent should be determined based on the current context.

If this is true and the current thread is currently inside a span, then that span should be the new event’s parent. Otherwise, if the current thread is not inside a span, then the new event will be the root of its own trace tree.

Source

Returns the new event’s explicitly-specified parent, if there is one.

Otherwise (if the new event is a root or is a child of the current span), returns None.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4