284285286287288289290291292293294
return null; } private static ServerLog tryLog4J() { try { return new ServerLogImplLog4J(); } catch (NoClassDefFoundError e) { // Likely no log4j present; ignore and move on } catch (Throwable e) { // Unexpected e.printStackTrace();
293294295296297298299300301302303
300301302303304305306307308309310
249250251252253254255256257258259
return null; } private static ServerLogImpl tryLog4J() { try { return new ServerLogImplLog4J(); } catch (NoClassDefFoundError e) { // Likely no log4j present; ignore and move on } catch (Throwable e) { // Unexpected e.printStackTrace();