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
impl RollingFileAppenderBase
Sourcepub fn builder() -> RollingFileAppenderBaseBuilder
pub fn builder() -> RollingFileAppenderBaseBuilder
Creates a new rolling file appender builder instance with the default settings without a filename set.