vijayamadhavareddy / elmah

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

Add ability to put ad-hoc data into the error for logging #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Much like this issue:
http://code.google.com/p/elmah/issues/detail?id=11

Except, get this data to the other error providers, like database.

Maybe there would be a more generic 'Error_Outputting' event that would 
just let you 
add text or streams.  You could have properties like 'filestreams' 
and 'othertext'.  
The othertext would be extra text in the body of the email or body of the 
database 
entry.  The filestreams would be turned into attachments in the email and 
handled 
appropriately in the other output formats....

Original issue reported on code.google.com by wayne.br...@gmail.com on 1 Feb 2008 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 1 Feb 2008 at 2:55