https://stackoverflow.com/questions/734963/log4net-rollingfileappender-with-composite-rolling-style-is-overwritting-data I want it to roll on just the date. By default, though, the rolling is set to composite, so it rolls on date or size, whichever c…
main using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using log4net; using log4net.Config; using System.IO; using Quartz; using Quartz.Impl; namespace Demolog4net { class Program { st…