Click here to Skip to main content
15,879,326 members
Articles / Programming Languages / C# 4.0

log4Net and SQLite

Rate me:
Please Sign up or sign in to vote.
3.64/5 (6 votes)
14 Jun 2012Apache3 min read 50.7K   16.2K   38  
This article explains how to work with log4Net and SQLite.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="log4netPage.aspx.cs" Inherits="log4NetExample.log4netPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    </div>
    </form>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Program Manager Grupo Leitz
Honduras Honduras
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions