The database schema is under your control. You have to define the table schema and the method for inserting into the table, stored procedure or prepared statement.
The real question is what additional data do you want to log? Nicko > -----Original Message----- > From: Feiges, Alejandro [mailto:[EMAIL PROTECTED] > Sent: 28 October 2004 14:55 > To: [email protected] > Subject: Changing Database Structure > > Hello, > > > > I'm working with Log4Net 1.2.0 Beta8 under .NET Framework > using SQL Server database to log through ADONETAppender. > > > > I would like to add more fields to the log table I created > from the sample because I have more information to log. > > > > Which steps should I follow to accomplish this? > > > > Is there any tutorial or guide about this? > > Thanks, > > Alejandro > >
