312313314315316317318319320321322
return null; } private static ServerLog trySLF4J() { try { return new ServerLogImplSLF4J(); } catch (NoClassDefFoundError e) { // Likely no SLF4J present; ignore and move on } catch (Throwable e) { e.printStackTrace(); }