IDiagnosticsManager Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Provides an interface through which developers can expose to SharePoint Foundation the categories to assign to trace log messages for a given application.
The IDiagnosticsManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetItem | Obsolete. Gets the specified trace log category. | |
GetItems | Obsolete. Gets a collection of all trace log categories for the application. | |
ResetAll | Obsolete. Resets all trace log categories defined for the application to their default event and trace severities. | |
ResetItem | Obsolete. Resets the specified trace log category to its default event and trace severities. | |
SetAll(TraceSeverity) | Obsolete. Sets all trace log categories defined for the application to the specified trace severity. | |
SetAll(TraceSeverity, EventSeverity) | Obsolete. Sets all trace log categories defined for the application to the specified event and trace severities. | |
Update | Obsolete. Updates SharePoint Foundation with any changes made to the trace log categories. |
Top