Log to an OLEDB Database. Although rolling is supported, the database table will need to be created manually.
The default table name is tblLog. Here are the column names and types:
LogDate OleDbType.DBTimeStamp
Message OleDbType.VarChar
Additional OleDbType.VarChar
ElapsedMilliseconds OleDbType.Decimal
LogLevel OleDbType.VarChar, 50
MachineName OleDbType.VarChar, 100
UserName OleDbType.VarChar, 100
ProcessName OleDbType.VarChar, 100
CallingMethod OleDbType.VarChar, 255
LineNumber OleDbType.VarChar, 100
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2