sbt/util/log/src
Bruno Bieth dcc87bd246 avoid deadlock in ConsoleOut.systemOutOverwrite
System.out can be reset after being captured by `val lockObject`.
Then locking `lockObject` and calling `println()` could lead to a
deadlock.
2013-11-01 13:27:23 -04:00
..
main/scala/sbt avoid deadlock in ConsoleOut.systemOutOverwrite 2013-11-01 13:27:23 -04:00
test/scala better handling of multi-loggers with mixed escape sequence support 2012-07-01 15:16:41 -04:00