.NET Framework Class Library
PDMSystem.AddToDebugLog Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
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( |
JavaScript |
|---|
function addToDebugLog(msg); |
Parameters
msg
Type: System.String
string to be added to the log
Remarks
See Also