PortalLog.DebugLogString - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Server.Diagnostics
Assembly : Microsoft.Office.Server (dans Microsoft.Office.Server.dll)
Syntaxe
'Déclaration
Public Shared Sub DebugLogString ( _
Level As PortalLogLevel, _
format As String, _
ParamArray Data As Object() _
)
'Utilisation
Dim Level As PortalLogLevel
Dim format As String
Dim Data As Object()
PortalLog.DebugLogString(Level, format, _
Data)
public static void DebugLogString(
PortalLogLevel Level,
string format,
params Object[] Data
)
Paramètres
Level
Type : Microsoft.Office.Server.Diagnostics.PortalLogLevel..
format
Type : System.String..
Data
Type : []..