mirror of https://github.com/sbt/sbt.git
The previous implementation of supershell log line interlacing with regular line interlacing relied on state in a global object. A somewhat better approach is for each appender to hold a reference to a state object. Every time tasks run, new appenders are created, so the state should always reflect the current progress state. |
||
|---|---|---|
| .. | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||