Log4net 使用文档例子
摘要:
一般我们都会使用数据库和文件作为log的输出介质,下面是我在项目实践中总结到的经验: 1 .ADONetAppender ( 1 )、 MS SQL Server define the table such as: CREATE TABLE [dbo].[Log] ( [Id] [int] IDENTITY (1, 1) NOT NULL, [Date] [datetime] NO... 阅读全文
posted @ 2007-08-24 16:08 highmayor 阅读(1109) 评论(0) 推荐(0) 编辑