Home | History | Annotate | Download | only in impl

Lines Matching defs:logConstructor

221     protected Constructor logConstructor = null;
395 if (logConstructor != null) {
537 if (logConstructor == null) {
541 return logConstructor;
600 if (logConstructor == null) {
605 instance = (Log) logConstructor.newInstance(params);
1116 this.logConstructor = constructor;