Difference between revisions of "Timestamp"

From WA2IAC Wiki
Jump to: navigation, search
(Created page with "=Generating Timestamps= I've run into compiled code (no source available) that did not timestamp debugging output. This created problems for troubleshooting. What's a mother ...")
 
m (Generating Timestamps)
Line 4: Line 4:
  
 
<pre>
 
<pre>
progam_being_debugged 2>&1 | timestamp_generator
+
progam_being_debugged 2>&1 | timestamp_generator > badapp.log
 
</pre>
 
</pre>
  

Revision as of 20:59, 6 July 2015