Struct rustracing::log::LogBuilder[][src]

pub struct LogBuilder { /* fields omitted */ }

Span log builder.

Methods

impl LogBuilder
[src]

Important traits for &'a mut R

Adds the field.

Important traits for &'a mut R

Sets the value of timestamp to time.

Returns a specialized builder for the standard log fields.

Returns a specialized builder for the standard error log fields.

Trait Implementations

impl Debug for LogBuilder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LogBuilder

impl Sync for LogBuilder