aboutsummaryrefslogtreecommitdiff
path: root/stage1/logger.scala
Commit message (Collapse)AuthorAgeFilesLines
* minor logging improvementsChristopher Vogt2017-02-271-1/+3
|
* memoize task results across classes within a single runChristopher Vogt2017-02-091-0/+2
|
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-0/+2
| | | | | The exact precedence rule of override code vs original code may still need to be tweaked as we go along.
* allow blacklisting loggersChristopher Vogt2016-11-031-1/+10
|
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-19/+19
| | | | | | | | | | | | | | * scalariform: improve logging, declare tasks final * scalafmt plugin implementation * add scalafmt and scalariform plugins and examples to tests * fix logging guarded logging behaviour * add notes about formatting check to README * fix compilation error in examples
* propagate time taken from bash script into loggerChristopher Vogt2016-04-281-1/+1
|
* fix time shown by logger broken in f7b84e735e150578324caa0c4289404a033cd9b2Christopher Vogt2016-04-061-1/+1
|
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-7/+3
|
* Add support for git dependenciesChristopher Vogt2016-03-181-0/+2
| | | | pair coded with @chavxo
* fixed previously too naive pom inheritance logic to properly handle ↵Christopher Vogt2016-03-171-0/+2
| | | | | | properties and dependencyManagement pom inheritance features pair-coded with @chavxo
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-1/+1
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-061-0/+2
| | | | lib. qualification from Stage1 for better readability
* Cleanups for logger.Matt Farmer2016-03-061-7/+16
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+41