sbt/util
Mark Harrah 1cd848cd9b introduce sbt.log.format for explicit formatting control
implements issue #134
if true, formatting enabled
if false, formatting disabled
if unset, formatting configured as before
sbt.log.noformat is no longer recommended, but is supported:
 a. setting it to 'true' explicitly disables formatting
 b. if 'false' or unspecified, autodetection is used
 c. sbt.log.format takes precedence if defined
2010-12-02 19:18:08 -05:00
..
collection TaskGroups, Context in tasks, new tasks 2010-11-24 14:18:59 -05:00
complete remove call-by-name modifier for error function, doesn't work well 2010-08-04 19:48:48 -04:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
log introduce sbt.log.format for explicit formatting control 2010-12-02 19:18:08 -05:00
process add another Process constructor 2010-09-27 18:50:17 -04:00