sbt/util/log
Mark Harrah 5ff33fad3e Second try at printing message when stack trace suppressed.
Problems:

  1. Without a message, users don't find 'last'
  2. Showing a message for every error clutters output.

This tries to address these issues by:

1. Only showing the message when other feedback has not been provided and
   'last' would not usually be helpful.  This will require ongoing tweaking.
   For now, all commands except 'compile' display the message.  'update' could
   omit the message as well, but perhaps knowing about 'last' might be
   useful there.

2. Including the exact command to show the output:
    last test:compile
   and not just
    last <task>

3. Highlighting the command in blue for visibility as an experiment.

Review by @ijuma and @retronym, please.
2012-05-19 18:20:19 -04:00
..
src/test/scala move locks test to scripted tests 2011-06-26 12:27:06 -04:00
BasicLogger.scala logging cleanup 2011-05-07 22:02:06 -04:00
BufferedLogger.scala part II of fix for #90 2011-07-09 16:54:41 -04:00
ConsoleLogger.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
FilterLogger.scala success indication and timestamps for actions 2011-03-06 21:57:31 -05:00
FullLogger.scala logging cleanup 2011-05-07 22:02:06 -04:00
GlobalLogging.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00
Level.scala add extraLoggers to make it easier to add loggers 2011-06-22 19:17:10 -04:00
LogEvent.scala success indication and timestamps for actions 2011-03-06 21:57:31 -05:00
Logger.scala move to revised warning interface in the compiler 2012-05-06 14:15:03 -04:00
LoggerWriter.scala apply javac log level approach to directJavac 2011-06-26 12:27:06 -04:00
MainLogging.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
MultiLogger.scala success indication and timestamps for actions 2011-03-06 21:57:31 -05:00
NOTICE move StackTrace to util/log 2010-06-10 21:08:01 -04:00
StackTrace.scala move StackTrace to util/log 2010-06-10 21:08:01 -04:00