new function streamSetLogfile to set debug log file in script or at run-time
This commit is contained in:
@ -8,5 +8,10 @@ epicsEnvSet "STREAM_PROTOCOL_PATH", "."
|
||||
drvAsynIPPortConfigure "terminal", "localhost:40000"
|
||||
|
||||
dbLoadRecords "test.db","P=TEST"
|
||||
|
||||
#log debug output to file
|
||||
#streamSetLogfile StreamDebug.log
|
||||
|
||||
iocInit
|
||||
|
||||
#var streamDebug 1
|
||||
|
Reference in New Issue
Block a user