Error Logging Filter and Route (ELFAR) Wiki
Error Logging Filter and Route (ELFAR) for ASP.NET MVC
Brought to you by:
stevenbey
Gets a list of error logs.
public IList<ErrorLog> List(
int page,
int size
)
page
Type: System.Int32
The page number.
size
Type: System.Int32
The page size.
Type: System.Collections.Generic.IList\<elfar.errorlog>
The list of error logs.</elfar.errorlog>