I already asked for proper timestamping support of the console logging. (I think this would really be great, as then you have a continuous logging stream that persists the timestamps even if FB is aborted without exporting an html log.)
ANyways, FB(7) currently can't do this out of the box.
Does anyone have a good idea how to get timestamps into the console logging without needing to brute force add logging actions? (Yeah, I could add the same time-log-line to "each" BeforeAction and AfterAction event, but that doesn't feel right and is a maintenance nightmare.)
Any ideas?
cheers!