Opc.Ua.Core
SetTraceLog Method



Opc.Ua Namespace > Utils Class : SetTraceLog Method
Sets the path to the log file to use for tracing.
Syntax
'Declaration
 
Public Shared Sub SetTraceLog( _
   ByVal filePath As String, _
   ByVal deleteExisting As Boolean _
) 
'Usage
 
Dim filePath As String
Dim deleteExisting As Boolean
 
Utils.SetTraceLog(filePath, deleteExisting)
public static void SetTraceLog( 
   string filePath,
   bool deleteExisting
)
public:
static void SetTraceLog( 
   String^ filePath,
   bool deleteExisting
) 

Parameters

filePath
deleteExisting
Requirements

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

See Also

Reference

Utils Class
Utils Members