Index: pkg/analyzer/lib/src/generated/instrumentation.dart |
diff --git a/pkg/analyzer/lib/src/generated/instrumentation.dart b/pkg/analyzer/lib/src/generated/instrumentation.dart |
index f6dcda6fcb7a34d0848377d6e0f1d66ad4897a77..0f64498a1c6c01e27afae9699a29669167214e50 100644 |
--- a/pkg/analyzer/lib/src/generated/instrumentation.dart |
+++ b/pkg/analyzer/lib/src/generated/instrumentation.dart |
@@ -40,13 +40,13 @@ class Instrumentation { |
/** |
* A builder that will silently ignore all data and logging requests. |
*/ |
- static InstrumentationBuilder _NULL_INSTRUMENTATION_BUILDER = new InstrumentationBuilder_21(); |
+ static InstrumentationBuilder _NULL_INSTRUMENTATION_BUILDER = new InstrumentationBuilder_23(); |
/** |
* An instrumentation logger that can be used when no other instrumentation logger has been |
* configured. This logger will silently ignore all data and logging requests. |
*/ |
- static InstrumentationLogger _NULL_LOGGER = new InstrumentationLogger_22(); |
+ static InstrumentationLogger _NULL_LOGGER = new InstrumentationLogger_24(); |
/** |
* The current instrumentation logger. |
@@ -99,7 +99,7 @@ class Instrumentation { |
} |
} |
-class InstrumentationBuilder_21 implements InstrumentationBuilder { |
+class InstrumentationBuilder_23 implements InstrumentationBuilder { |
InstrumentationBuilder data(String name, bool value) => this; |
InstrumentationBuilder data2(String name, int value) => this; |
@@ -127,7 +127,7 @@ class InstrumentationBuilder_21 implements InstrumentationBuilder { |
InstrumentationBuilder record(Exception exception) => this; |
} |
-class InstrumentationLogger_22 implements InstrumentationLogger { |
+class InstrumentationLogger_24 implements InstrumentationLogger { |
InstrumentationBuilder createBuilder(String name) => Instrumentation._NULL_INSTRUMENTATION_BUILDER; |
} |