Logging
文章平均质量分 73
chuwachen
这个作者很懒,什么都没留下…
展开
-
Logging from multiple processes using log4net
en logging with log4net to a file (using the FileAppender), the FileAppender is holding an exclusive lock on the file. This doesn’t cause any problems, not even when the application is running with mu原创 2014-05-06 18:27:43 · 1082 阅读 · 0 评论 -
How to do logging in C# with log4net
If you are writing server code in C# or to a lesser extent desktop/client then it's a good idea to include logging code so when something goes wrong you know where to start looking. The Java world has转载 2014-05-07 14:20:08 · 1105 阅读 · 0 评论 -
log4net Tutorial
Introduction One of the greatest logging tools out there for .NET is log4net. This software is the gold standard for how logging should be done. It is simple, powerful, and extensible. The best par转载 2014-05-09 13:19:14 · 700 阅读 · 0 评论