mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
36eeb4578d7233d6a0d8873efa0ca42ae7e76307
This introduces ManagedLogger, which is a wrapper around Log4j2's async logging. Log4j2 separates the notion of logger (the code that collects events) and appender (the code that acts on events). The old code is kept around intentionally to minimize breakage during transition.
utility modules for sbt
cd sbt-modules/util-take2
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- build.sbt LICENSE NOTICE interface util/appmacro util/collection util/complete util/control util/log util/logic util/process util/relation cache' --prune-empty
git reset --hard
git gc --aggressive
git prune
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%