sbt, the interactive build tool
Go to file
Eugene Yokota d796084ff4 Filter out color in CosoleAppender only
Fixes sbt/sbt#3348
Ref #101

The new logger, based on log4j separates the concern of the log producer (Logger) and the handlers that takes actions (Appender, e.g for displaying on Console). As such filtering of color should be performed only in the ConsoleAppender.
2017-07-24 23:54:25 -04:00
internal Filter out color in CosoleAppender only 2017-07-24 23:54:25 -04:00
project Add, configure & enable MiMa 2017-07-21 09:26:35 +01:00
util-cache Merge pull request #93 from eed3si9n/wip/cache 2017-07-15 13:16:50 -04:00
util-tracking Add back outputChanged 2017-07-16 19:28:02 -04:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.travis.yml Add, configure & enable MiMa 2017-07-21 09:26:35 +01:00
CONTRIBUTING.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
build.sbt Add, configure & enable MiMa 2017-07-21 09:26:35 +01:00

README.md

utility modules for sbt