Struct riker::system::LogEntry[][src]

pub struct LogEntry {
    pub level: Level,
    pub module: Option<String>,
    pub body: String,
}

Fields

Trait Implementations

impl Clone for LogEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogEntry
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a Record<'a>> for LogEntry
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LogEntry

impl Sync for LogEntry