Click or drag to resize
Utilities Namespace
doogal.co.uk Home



Namespace containing exception logging classes
Classes
  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
Enumerations
  EnumerationDescription
Public enumerationNotificationType
Enumerated type that defines how users will be notified of exceptions