I\'m looking for a good TraceListener for .Net that supports rolling over the log file based on size limits.
Constraints
As given in one of the comments:
Writes to a rolling text file.
Remarks
A new file is used when the maxFileSize is reached, as well as a daily or weekly basis as specified by logFileCreationSchedule.
Each file has a name in the format "\(-)(-).log", with the local date included for daily and weekly rotation, and a sequence number appended if the file already exists.