Searched refs:logMethod (Results 1 – 2 of 2) sorted by relevance
240 protected Method logMethod = null; field in LogFactoryImpl613 if (logMethod != null) { in newInstance()615 logMethod.invoke(instance, params); in newInstance()1125 this.logMethod = logAdapterClass.getMethod("setLogFactory", in createLogFromClass()1130 this.logMethod = null; in createLogFromClass()
756 field @Deprecated protected java.lang.reflect.Method logMethod;