Home | History | Annotate | Download | only in logging

Lines Matching defs:FACTORY_PROPERTY

76     public static final String FACTORY_PROPERTY =
444 "[LOOKUP] Looking for system property [" + FACTORY_PROPERTY
449 String factoryClass = System.getProperty(FACTORY_PROPERTY);
454 + "' as specified by system property " + FACTORY_PROPERTY);
461 "[LOOKUP] No system property [" + FACTORY_PROPERTY
562 + FACTORY_PROPERTY
565 String factoryClass = props.getProperty(FACTORY_PROPERTY);