Namespace containing utility classes

Collapse imageClasses

  ClassDescription
Public classEmailLogger
Sends error logs as emails
Public classEventLogLogger
Logs errors to the application event log
Public classExceptionLogger
Class to log unhandled exceptions
Public classLoggerImplementation
Abstract class for logging errors to different output devices, primarily for use in Windows Forms applications
Public classTextFileLogger
This logger will log to a text file called 'BugReport.txt'
Public classWebsiteLogger
Logs errors via a HTTP POST to a webpage
Public classWindowLogger
Logs errors to a window shown on screen

Collapse imageEnumerations

  EnumerationDescription
Public enumerationNotificationType
Enumerated type that defines how users will be notified of exceptions