Struct mlzlog::RollingFileAppender [] [src]

pub struct RollingFileAppender { /* fields omitted */ }

A log4rs appender that writes to daily rolling logfiles with the date used as a suffix in the filename.

Methods

impl RollingFileAppender
[src]

Trait Implementations

impl Debug for RollingFileAppender
[src]

Formats the value using the given formatter.

impl Append for RollingFileAppender
[src]

Processes the provided LogRecord.