Struct flexi_logger::LogRecord [] [src]

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

The "payload" of a log message.

Methods

impl<'a> LogRecord<'a>

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.