Exemple #1
0
        static void Main(string[] args)
        {
            Log4net.Info("test");

            int xx = 0;
        }
Exemple #2
0
 protected void Application_Start(object sender, EventArgs e)
 {
     Log4net.Info("程序启动");
 }