Created by: agilob
Wast majority of these LOGGER
s will never be used in the generator, but all of them will be initialized on JVM startup. Making them non-static reduces average JVM memory usage by between 2MB and 4MB when running DartModelTest.simpleModelTest
Before:
After: