elmah / Elmah

Error Logging Modules & Handlers for ASP.NET
https://elmah.github.io/
Apache License 2.0
310 stars 63 forks source link

Allow log to be obtained in CSV format #26

Closed atifaziz closed 9 years ago

atifaziz commented 9 years ago

Originally reported on Google Code with ID 26

It should be possible to obtain the entire log in CSV format. This can 
enable the use of a number of tools for analyzing and querying the log, 
such as LogParser and Microsoft Excel.

- The CSV format used should conform to RFC 4180 
(http://www.ietf.org/rfc/rfc4180.txt).
- The CSV output should provide headers in the first line.
- Each record need only contain the summary fields; that is, the 
ApplicationName, HostName, Type, Source, Message, User, StatusCode and 
Time properties of the Error object.
- The MIME type of the response should be text/csv along with the 
header=present option.

Reported by azizatif on 2007-07-29 22:04:19

atifaziz commented 9 years ago

Reported by azizatif on 2007-08-22 07:00:32

atifaziz commented 9 years ago
Addressed in r159.

Reported by azizatif on 2007-09-25 22:37:26