From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- log/struct.LogRecord.html | 114 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 log/struct.LogRecord.html (limited to 'log/struct.LogRecord.html') diff --git a/log/struct.LogRecord.html b/log/struct.LogRecord.html new file mode 100644 index 0000000..a631c59 --- /dev/null +++ b/log/struct.LogRecord.html @@ -0,0 +1,114 @@ + + + + + + + + + + log::LogRecord - Rust + + + + + + + + + + + + + + + +
+

Struct log::LogRecord + + [] + + [src]

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

The "payload" of a log message.

+

Methods

impl<'a> LogRecord<'a>

fn args(&self) -> &Arguments<'a>

+

The message body.

+

fn metadata(&self) -> &LogMetadata

+

Metadata about the log directive.

+

fn location(&self) -> &LogLocation

+

The location of the log directive.

+

fn level(&self) -> LogLevel

+

The verbosity level of the message.

+

fn target(&self) -> &str

+

The name of the target of the directive.

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3