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

@ -60,10 +60,6 @@ endif
PROD_LIBS += $(EPICS_BASE_IOC_LIBS)
# Write StreamDevice debug output to this file
# If unset output goes to stdout
CPPFLAGS += -DDEBUGFILE=StreamDebug.log
# switch off annoying rset warnings in 3.16+
CPPFLAGS += -DUSE_TYPED_RSET
@ -74,6 +70,6 @@ clean:
else
clean::
endif
$(RM) core* StreamDebug.log
$(RM) core* *.log
endif