maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Support viewing errors from multiple applications #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

Add support for viewing errors for multiple applications by extending the 
elmah_GetErrorsXml stored procedure to return all errors, regardless of 
application. In addition, add an 'Application' column to the HttpHandler which 
displays ELMAH events and also a DropDownList-based navigation method for 
quickly switching the displayed error list to a specific application or all 
applications.

What goal would this enhancement help you achieve?

Would allow easier unification of error logging for multiple applications 
hosted on several servers/domains. Each application configured with ELMAH could 
submit errors to the same database/data store and events would be viewable from 
one centralized location.

Original issue reported on code.google.com by laka...@gmail.com on 1 Feb 2011 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 2 Feb 2011 at 11:22

GoogleCodeExporter commented 9 years ago
We log all our errors to the one database and I have had some success in 
implementing what has been described. It does involve hacking the source code a 
bit and editing the stored procedures so that all applications are returned. 
The main obstacle was that I couldn't inherit from the Error log classes (which 
are sealed)in order to override the methods that generate the log page (eg to 
show the application column). It would probably be better to be able to do this 
sort of stuff by configuration.

Original comment by stephenm...@gmail.com on 23 Jul 2011 at 6:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
To see all logs, see attached files in issue 254!

Original comment by proa...@gmail.com on 23 May 2013 at 2:28