65666768697071
* The ILoggerFactory instance returned by the {@link #getLoggerFactory} method should always be the same object */ private final ILoggerFactory loggerFactory; private StaticLoggerBinder() { loggerFactory = new QuietLoggerFactory(); }