We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
EurekaLog 有.net 和 Delphi 版本。
EurekaLog has .net and Delphi versions.
看一下 log4net。它确实非常灵活且广泛。
注意:如果您从头开始设计有关日志记录的应用程序,则这是有效的。
Take a look at log4net. It's really flexible and widespread.
NOTE: This is valid if you design the application from ground up in regards to logging.
NLog 也是一个不错的选择 http://www.nlog-project.org
NLog is also a good option http://www.nlog-project.org
我们在工作中经常使用 Gurock Smart Inspect,这是一个非常好的程序(不是不过免费的共享软件)。
您可以轻松设置日志记录级别,并使其在异常发生之前进行更详细的日志记录,以便轻松追踪。
我建议下载试用版并尝试一下。
We have been using Gurock Smart Inspect a lot where I work, and that is a very good program (not free of shareware though).
You can easily set the level of logging, and also get it to make a more detailed logging just before a exception happens, so it's easy to track it down.
I recommend downloading a trial version and try it out.
Crypto Logger 可以使用特殊的 LogException 方法记录异常,然后您可以看到该方法(包括消息和堆栈跟踪)在其控制台中。
Crypto Logger can log exceptions using a special LogException method which you can then see (including the message and stack trace) in its Console.
RedGate 的 SmartAssembly 具有 自动错误报告 除了作为混淆器之外。它还具有功能使用功能。不过该工具是商业性的。
SmartAssembly by RedGate has automated error reporting apart from being an obfuscator. It also has feature usage functionality. The tool is commercial though.