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 15
15
import com .intellij .util .PathUtil ;
16
16
import com .jetbrains .lang .dart .ide .runner .util .DartTestLocationProvider ;
17
17
import com .jetbrains .lang .dart .util .DartUrlResolver ;
18
+ import io .flutter .logging .PluginLogger ;
18
19
import io .flutter .utils .JsonUtils ;
19
20
import jetbrains .buildServer .messages .serviceMessages .ServiceMessageVisitor ;
20
21
import org .jetbrains .annotations .NotNull ;
39
40
*/
40
41
@ SuppressWarnings ({"FieldMayBeFinal" , "LocalCanBeFinal" , "SameReturnValue" })
41
42
public class DartTestEventsConverterZ extends OutputToGeneralTestEventsConverter {
42
- private static final @ NotNull Logger LOG = Logger . getInstance (DartTestEventsConverterZ .class );
43
+ private static final @ NotNull Logger LOG = PluginLogger . createLogger (DartTestEventsConverterZ .class );
43
44
44
45
private static final String TYPE_START = "start" ;
45
46
private static final String TYPE_SUITE = "suite" ;
You can’t perform that action at this time.
0 commit comments