summaryrefslogtreecommitdiffstats
path: root/data/mnet/GP10/Host/cc/test/setLogFile
diff options
context:
space:
mode:
Diffstat (limited to 'data/mnet/GP10/Host/cc/test/setLogFile')
-rw-r--r--data/mnet/GP10/Host/cc/test/setLogFile8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mnet/GP10/Host/cc/test/setLogFile b/data/mnet/GP10/Host/cc/test/setLogFile
new file mode 100644
index 0000000..65033a7
--- /dev/null
+++ b/data/mnet/GP10/Host/cc/test/setLogFile
@@ -0,0 +1,8 @@
+# Send logs to a file under pre-alpha
+# open the log file
+logFile = open("K:/Workdirs/integration/Pre-Alpha/mmcc-log.txt", 2, 0)
+# Go to the end to append the new logs
+lseek(logFile, 0, 2)
+# Set the file as the new log file
+logFdSet(logFile)
+