SCCM Manager 3.0
WriteLog Methode


ActionPanel.PluginBase.Interfaces Namespace > ILogging Schnittstelle : WriteLog Methode
Syntax
'Deklaration
 
Sub WriteLog( _
   ByVal message As System.String, _
   ByVal stackTrace As System.String, _
   ByVal errorLevel As FLibErrorLevels _
) 
'Usage
 
Dim instance As ILogging
Dim message As System.String
Dim stackTrace As System.String
Dim errorLevel As FLibErrorLevels
 
instance.WriteLog(message, stackTrace, errorLevel)
void WriteLog( 
   System.string message,
   System.string stackTrace,
   FLibErrorLevels errorLevel
)

Parameter

message
stackTrace
errorLevel
Anforderungen

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Siehe auch

Referenz

ILogging Schnittstelle
ILogging Member