Utilities Namespace |
Class | Description | |
---|---|---|
EmailLogger | Sends error logs as emails | |
EventLogLogger | Logs errors to the application event log | |
ExceptionLogger |
Class to log unhandled exceptions
| |
LoggerImplementation |
Abstract class for logging errors to different output devices, primarily for use in Windows Forms applications
| |
TextFileLogger |
This logger will log to a text file called 'BugReport.txt'
| |
WebsiteLogger | Logs errors via a HTTP POST to a webpage | |
WindowLogger |
Logs errors to a window shown on screen
|
Enumeration | Description | |
---|---|---|
NotificationType | Enumerated type that defines how users will be notified of exceptions |