Struct log4rs_rolling_file::policy::compound::roll::delete::DeleteRoller [] [src]

pub struct DeleteRoller(_);

A roller which deletes the log file.

Methods

impl DeleteRoller
[src]

fn new() -> DeleteRoller

Returns a new DeleteRoller.

Trait Implementations

impl Roll for DeleteRoller
[src]

fn roll(&self, file: &Path) -> Result<(), Box<Error>>

Processes the log file. Read more

Derived Implementations

impl Debug for DeleteRoller
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.