Top "Error-reporting" questions

Error-reporting framework for .net

is there an error-reporting-framework you would suggest for use in .net. I need possibilities like e-mail-reporting with fileappending to e-mail. …

c# .net error-handling error-reporting bug-tracking
What's the point of E_ALL | E_STRICT if it's the same value as E_ALL?

E_ALL equals 8191 (0001 1111 1111 1111) E_STRICT equals 2048 (0000 1000 0000 0000) Using bitwise OR to combine them: 1 1111 1111 1111 1000 0000 0000 We get the exact same value as the …

php error-reporting