new function streamSetLogfile to set debug log file in script or at run-time

This commit is contained in:
2018-06-14 14:03:13 +02:00
parent 4d3960c599
commit 827e6eace9
7 changed files with 50 additions and 12 deletions

View File

@ -14,7 +14,10 @@ drvAsynIPPortConfigure "L0", "localhost:40000"
#load the records
dbLoadRecords "simple.db","P=DZ,BUS=L0 28"
#log debug output to file
#streamSetLogfile StreamDebug.log
iocInit
#enable debug output
var streamDebug 1
#var streamDebug 1