Searched refs:systemPrefix (Results 1 – 4 of 4) sorted by relevance
124 public static Properties getSystemProperties (final String systemPrefix) in getSystemProperties() argument131 result = new SystemPropertyLookup (systemPrefix); in getSystemProperties()474 SystemPropertyLookup (String systemPrefix) in SystemPropertyLookup() argument476 if ((systemPrefix != null) && ! systemPrefix.endsWith (".")) in SystemPropertyLookup()477 systemPrefix = systemPrefix.concat ("."); in SystemPropertyLookup()479 m_systemPrefix = systemPrefix; in SystemPropertyLookup()
86 static protected final String systemPrefix = field in SimpleLog169 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);170 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);171 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);174 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat",214 String lvl = getStringProperty(systemPrefix + "log." + logName); in SimpleLog()218 lvl = getStringProperty(systemPrefix + "log." + name); in SimpleLog()223 lvl = getStringProperty(systemPrefix + "defaultlog"); in SimpleLog()
85 static protected final String systemPrefix = "org.apache.commons.logging.simplelog."; field in SimpleLog166 showLogName = getBooleanProperty(systemPrefix + "showlogname", showLogName);167 showShortName = getBooleanProperty(systemPrefix + "showShortLogname", showShortName);168 showDateTime = getBooleanProperty(systemPrefix + "showdatetime", showDateTime);171 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat", dateTimeFormat);209 String lvl = getStringProperty(systemPrefix + "log." + logName); in SimpleLog()213 lvl = getStringProperty(systemPrefix + "log." + name); in SimpleLog()218 lvl = getStringProperty(systemPrefix + "defaultlog"); in SimpleLog()
907 …field protected static final java.lang.String systemPrefix = "org.apache.commons.logging.simplelog…