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 | |
|---|---|---|
|
LogException | Log an Exception. Will be prefaced with 'Exception: ' |
|
LogUnhandledException | Log an Exception. Will be prefaced with 'Unhandled Exception: ' |
|
StartLogging | Start logging. |
|
StopLogging | Stop all logging. |