Struct log::LogRecord [] [src]

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

The "payload" of a log message.

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.