.NET Framework Class Library
PDMSystem.AddToDebugLog Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.AddToDebugLog Method

Writes in the %TMP%\DBWorks...LOG the passed message string.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub AddToDebugLog ( _

msg As String _
)

C#

public void AddToDebugLog(

string msg
)

Visual C++

public:

void AddToDebugLog(
String^ msg
)

JavaScript

function addToDebugLog(msg);

Parameters

msg

Type: System.String
string to be added to the log

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace