Searched refs:SIMPLE_LOGGER_PROPS (Results 1 – 1 of 1) sorted by relevance
124 private static final Properties SIMPLE_LOGGER_PROPS = new Properties(); field in SimpleLogger168 return (prop == null) ? SIMPLE_LOGGER_PROPS.getProperty(name) : prop; in getStringProperty()243 SIMPLE_LOGGER_PROPS.load(in); in loadProperties()