资源简介
log4net 全局错误
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Common;
namespace testLog4N
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
LogHelper.WriteLog(string.Format(“当前的时间{0}“ DateTime.Now.ToString()));
}
private void button2_Click(object sender EventArgs e)
{
throw new ArgumentNullException(“这是故意产生的异常“);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-10-28 11:12 testLog4N\
目录 0 2013-10-28 11:17 testLog4N\testLog4N\
文件 869 2013-10-26 15:06 testLog4N\testLog4N.sln
文件 15360 2013-10-28 19:32 testLog4N\testLog4N.suo
文件 161 2013-10-28 11:22 testLog4N\testLog4N\App.config
目录 0 2013-10-28 09:45 testLog4N\testLog4N\bin\
目录 0 2013-10-28 11:20 testLog4N\testLog4N\bin\Debug\
目录 0 2013-10-28 15:05 testLog4N\testLog4N\bin\Debug\Log\
文件 368 2013-10-28 10:30 testLog4N\testLog4N\bin\Debug\log.txt
文件 1908 2013-10-28 19:32 testLog4N\testLog4N\bin\Debug\log4net.config
文件 249856 2013-10-26 15:06 testLog4N\testLog4N\bin\Debug\log4net.dll
文件 1287495 2013-10-26 15:06 testLog4N\testLog4N\bin\Debug\log4net.xm
目录 0 2013-10-28 20:00 testLog4N\testLog4N\bin\Debug\Log\LogError\
文件 5652 2013-10-28 20:05 testLog4N\testLog4N\bin\Debug\Log\LogError\20131028.htm
目录 0 2013-10-28 20:05 testLog4N\testLog4N\bin\Debug\Log\LogInfo\
文件 0 2013-10-28 20:05 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm
文件 0 2013-10-28 20:04 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.1
文件 0 2013-10-28 19:28 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.10
文件 0 2013-10-28 19:22 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.11
文件 0 2013-10-28 19:21 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.12
文件 0 2013-10-28 19:15 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.13
文件 0 2013-10-28 19:13 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.14
文件 0 2013-10-28 19:11 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.15
文件 0 2013-10-28 19:10 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.16
文件 0 2013-10-28 17:36 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.17
文件 0 2013-10-28 17:26 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.18
文件 0 2013-10-28 17:17 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.19
文件 0 2013-10-28 20:02 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.2
文件 167 2013-10-28 15:35 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.20
文件 10020 2013-10-28 15:07 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.21
文件 0 2013-10-28 20:00 testLog4N\testLog4N\bin\Debug\Log\LogInfo\20131028.htm.3
............此处省略41个文件信息
相关资源
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- WPF 自定义标题的winform窗体实现源码
- C# WinForm取命令行参数
- Winform中鼠标穿透效果,类似桌面壁纸
- winform 利用image实现变脸小动画
- log4net debug不记录日志问题原因
- log4net 记录web application程序 全局错误
- log4net 在asp.net 记录全局错误
- winform中set文件的写入
- winform操作webform后台
- winform程序默认以管理员身份运行 (
- 自定义Winform窗体例子(入门级)122
- js调用winform类中的方法
- winform收银机客显器LED测试软件demo
- unity Debuger写日志到文件(.cs类文件)
- winform 窗体换肤技巧
- 定时读取ftp中txt日志并转存,判断后
- winform富文本编辑器(kwig)
- C# 小软件:WINFORM 浏览器
- WinForm实现文件的压缩和解压,并思考
- log4net采集日志到ElasticSearch
- winform右下角最小化
- WinForm联合halcon加载一张图片
- winform调用webservice
评论
共有 条评论