sbt/internal
Eugene Yokota 36eeb4578d Reimplement multi-logger using log4j2
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.
2017-01-13 02:49:12 -05:00
..
util-appmacro/src/main/scala/sbt/internal/util/appmacro Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings 2016-06-19 11:42:31 +01:00
util-cache Fix JsonFormat[HList] 2016-12-19 15:26:10 +00:00
util-collection Work around Scala 2.12 init deadlock (SI-9824) 2016-12-22 14:37:59 -05:00
util-complete Remove deprecated methods 2016-11-15 17:14:10 +00:00
util-control sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00
util-interface/src/main/java/xsbti Improve xsbti.Maybe 2016-10-31 15:33:39 +00:00
util-logging Reimplement multi-logger using log4j2 2017-01-13 02:49:12 -05:00
util-logic/src New house rules 2015-09-16 22:42:10 -04:00
util-relation/src sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00
util-scripted/src/main Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings 2016-06-19 11:42:31 +01:00
util-testing/src/main/scala/sbt/internal/util sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00
util-tracking Fix stackoverflow in implicit FilesInfo JsonFormat 2016-11-30 16:52:10 +00:00