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.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Module DebugLogger
C#
public static class DebugLogger
C++
ref class DebugLogger abstract  sealed 
J#
public final class DebugLogger
JScript
public  class DebugLogger

Inheritance Hierarchy

System.Object
   SharePodLib.DebugLogger

See Also