Scenario:

ASP.NET 2.0 application using AdoNetAppender to log custom data to a SQL
Server 2005 database table.

Question:

Is there a way to configure log4net so that the size of the database table
or number of records in the table don't exceed a certain threshold?

For ex. Can we configure log4net to
* delete oldest records if table rowcount is greater than X OR
* delete oldest records if table size is greater than X KB
* delete records that are older than  mm/dd/yyyy ?

Thanks. 

-- 
View this message in context: 
http://www.nabble.com/Rolling-database-table-appender-%28AdoNetAppender%29-tp20421785p20421785.html
Sent from the Log4net - Users mailing list archive at Nabble.com.

Reply via email to