摘要:
项目中对于未处理异常的捕获是通过使用ApplicationErrorLog组件,但无论通过组件还是Global.asax或者自定义HttpModule都是通过在管道中截获异常信息,例如: void Application_Error(object sender, EventArgs e) { Logger.log(ex.Message); Logger.log(ex.StackTr... 阅读全文
posted @ 2008-06-11 15:20
chenjunbiao
阅读(432)
评论(0)
推荐(0)