Searched defs:conversionRuleList (Results 1 - 4 of 4) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DJCLRuleSet.java39 private ArrayList<ConversionRule> conversionRuleList; field in class:JCLRuleSet
57 conversionRuleList = new ArrayList<ConversionRule>();
58 conversionRuleList.add(cr0);
59 conversionRuleList.add(cr1);
60 conversionRuleList.add(cr2);
61 conversionRuleList.add(cr3);
62 conversionRuleList.add(cr4);
63 conversionRuleList.add(cr5);
67 return conversionRuleList.iterator();
H A DJULRuleSet.java39 private ArrayList<ConversionRule> conversionRuleList; field in class:JULRuleSet
58 conversionRuleList = new ArrayList<ConversionRule>();
59 conversionRuleList.add(crImport0);
60 conversionRuleList.add(crImport1);
61 conversionRuleList.add(crImport2);
62 conversionRuleList.add(crFactory0);
63 conversionRuleList.add(crFactory1);
64 conversionRuleList.add(crWarning);
65 conversionRuleList.add(crSevere);
69 return conversionRuleList
[all...]
H A DLog4jRuleSet.java33 private ArrayList<ConversionRule> conversionRuleList; field in class:Log4jRuleSet
60 conversionRuleList = new ArrayList<ConversionRule>();
61 conversionRuleList.add(crImport0);
62 conversionRuleList.add(catImport);
63 conversionRuleList.add(crImport1);
64 conversionRuleList.add(crImport2);
65 conversionRuleList.add(crImportMDC);
66 conversionRuleList.add(crFactory0);
67 conversionRuleList.add(crFactory1);
68 conversionRuleList
[all...]
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
H A DTrivialMatcher.java38 private ArrayList<ConversionRule> conversionRuleList; field in class:TrivialMatcher
54 conversionRuleList = new ArrayList<ConversionRule>();
55 conversionRuleList.add(cr);
56 conversionRuleList.add(cr1);
60 return conversionRuleList.iterator();

Completed in 118 milliseconds