HerrKater / elmah

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

Configuration Section Handlers should not be internal #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I know it's a little thing, but SecuritySectionHandler, 
ErrorLogSectionHandler, ErrorMailSectionHandler, and 
ErrorFilterSectionHandler are all internal classes.
As they're used publically (albeit through the web.config), I think they 
should be a least public.

Original issue reported on code.google.com by david.a.r.kemp on 11 Mar 2009 at 3:26