Elmah 引导程序清理日志

Elmah bootstrapper clean logs

我想知道 elmah bootstrapper 存储日志的位置以及如何创建删除它们的函数。文档中没有任何内容说明如何存储它们或存储它们的位置....

谢谢。

ELMAH Bootstrapper 不会在任何地方存储日志。这是一个帮助配置 ELMAH in a project. ELMAH, on the other hand, can store errors in a number of different destinations. There are loggers for in-memory, XML, SQL Server and much more. I've listed some of them in this ELMAH Tutorial.

的工具

ELMAH 文档也有官方支持的数据库列表:https://elmah.github.io/a/error-log-implementations/. For the full picture of ELMAH error loggers, you can check out this search on NuGet.org: https://www.nuget.org/packages?q=elmah。仅举几例,RavenDB、PostgreSQL 和 MongoDB.

都有第三方记录器可用