Enum pipe_logger_lib::RotateMethod[][src]

pub enum RotateMethod {
    FileSize(u64),
}

The way to rotate log files.

Variants

Rotate log files by a file size threshold in bytes.

Trait Implementations

impl Debug for RotateMethod
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations