Struct log::LogRecord [] [src]

pub struct LogRecord<'a> { /* fields omitted */ }

The "payload" of a log message.

Methods

impl<'a> LogRecord<'a>
[src]

The message body.

Metadata about the log directive.

The location of the log directive.

The verbosity level of the message.

The name of the target of the directive.

Trait Implementations

Auto Trait Implementations

impl<'a> !Send for LogRecord<'a>

impl<'a> !Sync for LogRecord<'a>