Home | History | Annotate | Download | only in impl

Lines Matching refs:Properties

29 import java.util.Properties;
36 * for all defined loggers, to System.err. The following system properties
64 * <p>In addition to looking for system properties with the names specified
66 * <code>"simplelog.properties"</code>, and includes any matching definitions
80 /** All system properties used by <code>SimpleLog</code> start with this */
84 /** Properties loaded from simplelog.properties */
85 static protected final Properties simpleLogProps = new Properties();
150 // Load properties file, if found.
151 // Override with system properties.
153 // Add props from the resource simplelog.properties
154 InputStream in = getResourceAsStream("simplelog.properties");
208 // Set log level from properties
242 // -------------------------------------------------------- Properties