SPTenantLogUtility.WriteLogEntry-Methode
Schreibt einen Eintrag in der Mandanten-Protokoll.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteLogEntry ( _
categoryId As Integer, _
source As Integer, _
message As String _
)
'Usage
Dim categoryId As Integer
Dim source As Integer
Dim message As StringSPTenantLogUtility.WriteLogEntry(categoryId, source, _
message)
public static void WriteLogEntry(
int categoryId,
int source,
string message
)
Parameter
categoryId
Typ: System.Int32Die Kategorie-ID des Protokolleintrags
source
Typ: System.Int32Die Quelle des Protokolleintrags
message
Typ: System.StringDie Lognachricht