pub type BasicRollingFileAppender = RollingFileAppender<RollingConditionBasic>;
Expand description

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