Visual Basic (Declaration) | |
---|---|
Sub LogMessage( _ ByVal errorLevel As ErrorLevel, _ ByVal category As String, _ ByVal source As String, _ ByVal description As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IUpgradeLogger Dim errorLevel As ErrorLevel Dim category As String Dim source As String Dim description As String instance.LogMessage(errorLevel, category, source, description) |
C# | |
---|---|
void LogMessage( ErrorLevel errorLevel, string category, string source, string description ) |
C++/CLI | |
---|---|
void LogMessage( ErrorLevel errorLevel, String^ category, String^ source, String^ description ) |
Parameters
- errorLevel
- category
- source
- description
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