fix conflict

This commit is contained in:
Loredana 2019-05-23 20:23:14 +03:00
parent 93f54b10b8
commit 3946260278

View File

@ -75,6 +75,8 @@ public class Slf4jLogger implements System.Logger {
return;
}
String message = MessageFormat.format(format, params);
switch (level) {
case TRACE:
logger.trace(format, params);