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]

[src]
[]

The message body.

[src]
[]

Metadata about the log directive.

[src]
[]

The location of the log directive.

[src]
[]

The verbosity level of the message.

[src]
[]

The name of the target of the directive.

Trait Implementations

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

[src]
[]

Formats the value using the given formatter.