wish - log with timestamp

Spacewalker

Member
Licensed User
Longtime User
it could be usefull if the log command would add (as an option) a timestamp.
So I can call it with a paramter like:
log ("my text",true)
it will log:
2012-11-08 11-10-00 : myText

also maybe it could be useful if log would write the current sub, so the log output could be something like this:
myButton_Click() : 2012-11-08 11-10-00 : myText


Heinz
 
Top