Utility class to log Trace.Write/WriteLine events and exceptions to a file. SharePodLib will write some events to this log if enabled. User applications may also use this to log non-SharePodLib events. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


The following tables list the members exposed by DebugLogger.

Public Methods

  Name Description
Public method Static LogException Log an Exception. Will be prefaced with 'Exception: '
Public method Static LogUnhandledException Log an Exception. Will be prefaced with 'Unhandled Exception: '
Public method Static StartLogging Start logging.
Public method Static StopLogging Stop all logging.
Top

See Also