Freigeben über


IDiagnosticsManager.GetItems-Methode

HINWEIS: Diese API ist veraltet.

Ruft eine Auflistung der Ablaufverfolgung für alle Kategorien protokollieren für die Anwendung ab.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use SPDiagnosticsServiceBase")> _
Function GetItems As IEnumerable(Of IDiagnosticsLevel)
'Usage
Dim instance As IDiagnosticsManager
Dim returnValue As IEnumerable(Of IDiagnosticsLevel)

returnValue = instance.GetItems()
[ObsoleteAttribute("Use SPDiagnosticsServiceBase")]
IEnumerable<IDiagnosticsLevel> GetItems()

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<IDiagnosticsLevel>
Gibt eine aufzählbare Auflistung von IDiagnosticsLevel -Objekten zurück.

Siehe auch

Referenz

IDiagnosticsManager Schnittstelle

IDiagnosticsManager-Member

Microsoft.SharePoint.Administration-Namespace

Weitere Ressourcen

Trace Logs

Trace Log Categories

Writing to the Trace Log

Trace Log Example