Type Alias RollingFileAppenderBase

Source
pub type RollingFileAppenderBase = RollingFileAppender<RollingConditionBase>;
Expand description

A rolling file appender with a rolling condition based on date/time or size.

Aliased Type§

pub struct RollingFileAppenderBase { /* private fields */ }

Implementations§

Source§

impl RollingFileAppenderBase

Source

pub fn builder() -> RollingFileAppenderBaseBuilder

Creates a new rolling file appender builder instance with the default settings without a filename set.