开发者

What is the best method for auditing in Asp.net SQL

开发者 https://www.devze.com 2023-02-25 02:05 出处:网络
I was searching the best way for auditing and logging, i found many ways for auditing but just need confirmation开发者_运维知识库 which one is best method for auditing?A lot of this really depends on

I was searching the best way for auditing and logging, i found many ways for auditing but just need confirmation开发者_运维知识库 which one is best method for auditing?


A lot of this really depends on personal preference and the application at hand.

For error logging, I use Elmah.

For application logging, Log4Net is very popular.

Microsoft's Enterprise Library has a lot of these options built into it.

0

精彩评论

暂无评论...
验证码 换一张
取 消