You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (traceLevels == null || infoLevels == null) thrownewError("log levels must be configured before slf4j initialization");
30
+
if (traceLevel.value > infoLevel.value)
31
+
thrownewError("log with info level less than trace level may not be printed, prefix=" + prefix); // refer to core.framework.internal.log.LoggerImpl.log()
0 commit comments