Enum stderrlog::Timestamp [] [src]

pub enum Timestamp {
    Off,
    Second,
}

State of the timestampping in the logger.

Variants

Disable timestamping of log messages

Timestamp with second granularity

Trait Implementations

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timestamp
[src]

impl Debug for Timestamp
[src]

Formats the value using the given formatter.