3825: write log output directly to a pipe.
authorTim Pierce <twp@curoverse.com>
Thu, 2 Oct 2014 18:40:25 +0000 (14:40 -0400)
committerTim Pierce <twp@curoverse.com>
Thu, 2 Oct 2014 20:40:26 +0000 (16:40 -0400)
commit8f6d2653d4ae4ce84f8e6699d0483bd2a9885f79
treebacaafa34069598fa7b4cfe7cd0b050ccaf069f1
parent62790d76daf181a457d8f47741721967cd9cb7d9
3825: write log output directly to a pipe.

Added functions:
* start_output_log($logfilename)
* write_output_log($txt)
* finish_output_log()
* output_log_is_active()

Rewrote all code that referenced $local_logfile in terms of these
functions.
sdk/cli/bin/crunch-job