Error Logging Filter and Route (ELFAR) Wiki
Error Logging Filter and Route (ELFAR) for ASP.NET MVC
Brought to you by:
stevenbey
Manages the storage and retrieval of error log information in xml files.
public class XmlErrorLogProvider : IErrorLogProvider
The XmlErrorLogProvider type exposes the following members.
| Name | Description |
|---|---|
| XmlErrorLogProvider(String, String) | Initialises a new instance of the XmlErrorLogProvider class. |
| Name | Description |
|---|---|
| Get | Gets an error log. |
| List | Gets a list of error logs. |
| Save | Saves an error log. |
| Name | Description |
|---|---|
| Application | Gets the name of the application. |
| Total | Gets the total number of error logs. |