Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: lib/devc.dart

Issue 1126243004: Summarize only per logging level (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/devc.dart
diff --git a/lib/devc.dart b/lib/devc.dart
index 540eb733c02ff4bbd9e0133d86f252a91b23617a..826ab500813128144b7b93a69cadad43a9d75d8b 100644
--- a/lib/devc.dart
+++ b/lib/devc.dart
@@ -64,7 +64,7 @@ class Compiler {
if (reporter == null) {
reporter = options.dumpInfo
- ? new SummaryReporter()
+ ? new SummaryReporter(options.logLevel)
: new LogReporter(options.useColors);
}
var graph = new SourceGraph(resolver.context, reporter, options);
« no previous file with comments | « no previous file | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698