Struct log::LogRecord [] [src]

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

The "payload" of a log message. This structure is primarily used as a parameter in the log method of the Log trait.

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

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

Formats the value using the given formatter.