'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