From 068632326c6da476e82e03aab0dcaa357e464fe8 Mon Sep 17 00:00:00 2001
From: Dirk Zimoch streamDebugColored
to 1 or 0 respectively.
+Error and debug messages are prefixed with a time stamp unless the variable
+streamMsgTimeStamped
is set to 0.
+
When a device is disconnected StreamDevice can produce many repeated timeout
messages. To reduce this logging you can set streamErrorDeadTime
to an integer number of seconds. When this is set repeated timeout messages
@@ -418,6 +422,7 @@ streamError=1
streamDebug=1
streamDebugColored=1
streamErrorDeadTime=30
+streamMsgTimeStamped=1
streamSetLogfile("logfile.txt")
@@ -427,6 +432,7 @@ var streamError 1
var streamDebug 1
var streamDebugColored 1
var streamErrorDeadTime 30
+var streamMsgTimeStamped 1
streamSetLogfile("logfile.txt")