Struct log::LogRecordUnstable
[-] [+]
[src]
pub struct LogRecord<'a> {
pub module_path: &'a str,
pub level: LogLevel,
pub args: Arguments<'a>,
pub file: &'a str,
pub line: u32,
}A LogRecord is created by the logging macros, and passed as the only argument to Loggers.