コード例 #1
0
ファイル: Program.cs プロジェクト: ewin66/VilinCode
        static void Main(string[] args)
        {
            Log4net.Info("test");

            int xx = 0;
        }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: ewin66/VilinCode
 protected void Application_Start(object sender, EventArgs e)
 {
     Log4net.Info("程序启动");
 }