예제 #1
0
파일: Program.cs 프로젝트: ewin66/VilinCode
        static void Main(string[] args)
        {
            Log4net.Info("test");

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