File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
import io .flutter .FlutterMessages ;
35
35
import io .flutter .FlutterUtils ;
36
36
import io .flutter .actions .FlutterDoctorAction ;
37
+ import io .flutter .logging .PluginLogger ;
37
38
import io .flutter .module .settings .FlutterCreateAdditionalSettingsFields ;
38
39
import io .flutter .module .settings .SettingsHelpForm ;
39
40
import io .flutter .pub .PubRoot ;
55
56
import static java .util .Arrays .asList ;
56
57
57
58
public class FlutterModuleBuilder extends ModuleBuilder {
58
- private static final @ NotNull Logger LOG = Logger . getInstance (FlutterModuleBuilder .class );
59
+ private static final @ NotNull Logger LOG = PluginLogger . createLogger (FlutterModuleBuilder .class );
59
60
60
61
protected FlutterModuleWizardStep myStep ;
61
62
private FlutterCreateAdditionalSettingsFields mySettingsFields ;
You can’t perform that action at this time.
0 commit comments