For a .NET application , we need a Logging Framework. The main requirements are
1)Support different kinds of Logging levels - like Debug , Warn etc
2)A new log file should be created , when the current file exceeds a particular size
3)The back up log files should be deleted after a configured amount of time period like for ex: - 1 day
Are there any frameworks that satisy 3rd criteria
Regards
Sabarish