Package | Description |
---|---|
org.slf4j.migrator.line |
Modifier and Type | Class and Description |
---|---|
class |
MultiGroupConversionRule
This class represents a conversion rule It uses a Pattern and defines for
each capturing group of this Pattern a replacement text
|
class |
SingleConversionRule
This class represents a conversion rule It uses a Pattern and defines for
each capturing group of this Pattern a replacement text
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<ConversionRule> |
Log4jRuleSet.conversionRuleList |
private java.util.ArrayList<ConversionRule> |
JULRuleSet.conversionRuleList |
private java.util.ArrayList<ConversionRule> |
JCLRuleSet.conversionRuleList |
(package private) java.util.List<ConversionRule> |
EmptyRuleSet.list |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ConversionRule> |
EmptyRuleSet.iterator() |
java.util.Iterator<ConversionRule> |
Log4jRuleSet.iterator() |
java.util.Iterator<ConversionRule> |
RuleSet.iterator() |
java.util.Iterator<ConversionRule> |
JULRuleSet.iterator() |
java.util.Iterator<ConversionRule> |
JCLRuleSet.iterator() |