What would be a simple way to effectively limit the size of the table Log4Net logs in to?
Something like deleting old records, or deleting when the total number of records reaches a predefined limit, or when the table (or DB) size reaches a size limit
(edit) since we have customers with both types of tagged DB (MySQL / MSSQL) a single point solution would be better from a maintenance POV.
we thought about using some code (with NHibernate) to periodically do what @samy suggested. but a performance-effective Log4Net solution is always better.