Searched refs:conversionRuleList (Results 1 – 4 of 4) sorted by relevance
33 private ArrayList<ConversionRule> conversionRuleList; field in Log4jRuleSet60 conversionRuleList = new ArrayList<ConversionRule>(); in Log4jRuleSet()61 conversionRuleList.add(crImport0); in Log4jRuleSet()62 conversionRuleList.add(catImport); in Log4jRuleSet()63 conversionRuleList.add(crImport1); in Log4jRuleSet()64 conversionRuleList.add(crImport2); in Log4jRuleSet()65 conversionRuleList.add(crImportMDC); in Log4jRuleSet()66 conversionRuleList.add(crFactory0); in Log4jRuleSet()67 conversionRuleList.add(crFactory1); in Log4jRuleSet()68 conversionRuleList.add(crFactory2); in Log4jRuleSet()[all …]
39 private ArrayList<ConversionRule> conversionRuleList; field in JULRuleSet58 conversionRuleList = new ArrayList<ConversionRule>(); in JULRuleSet()59 conversionRuleList.add(crImport0); in JULRuleSet()60 conversionRuleList.add(crImport1); in JULRuleSet()61 conversionRuleList.add(crImport2); in JULRuleSet()62 conversionRuleList.add(crFactory0); in JULRuleSet()63 conversionRuleList.add(crFactory1); in JULRuleSet()64 conversionRuleList.add(crWarning); in JULRuleSet()65 conversionRuleList.add(crSevere); in JULRuleSet()69 return conversionRuleList.iterator(); in iterator()
39 private ArrayList<ConversionRule> conversionRuleList; field in JCLRuleSet57 conversionRuleList = new ArrayList<ConversionRule>(); in JCLRuleSet()58 conversionRuleList.add(cr0); in JCLRuleSet()59 conversionRuleList.add(cr1); in JCLRuleSet()60 conversionRuleList.add(cr2); in JCLRuleSet()61 conversionRuleList.add(cr3); in JCLRuleSet()62 conversionRuleList.add(cr4); in JCLRuleSet()63 conversionRuleList.add(cr5); in JCLRuleSet()67 return conversionRuleList.iterator(); in iterator()
38 private ArrayList<ConversionRule> conversionRuleList; field in TrivialMatcher54 conversionRuleList = new ArrayList<ConversionRule>(); in TrivialMatcher()55 conversionRuleList.add(cr); in TrivialMatcher()56 conversionRuleList.add(cr1); in TrivialMatcher()60 return conversionRuleList.iterator(); in iterator()