Home | History | Annotate | Download | only in logging

Lines Matching defs:FACTORY_PROPERTY

81     public static final String FACTORY_PROPERTY =
449 "[LOOKUP] Looking for system property [" + FACTORY_PROPERTY
454 String factoryClass = System.getProperty(FACTORY_PROPERTY);
459 + "' as specified by system property " + FACTORY_PROPERTY);
466 "[LOOKUP] No system property [" + FACTORY_PROPERTY
567 + FACTORY_PROPERTY
570 String factoryClass = props.getProperty(FACTORY_PROPERTY);