Struct bflog::Log[][src]

pub struct Log {
    pub format: Format,
    pub level: Severity,
}

Fields

Trait Implementations

impl Logging for Log
[src]

impl Default for Log
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Log

impl Sync for Log