Uses of Interface
org.slf4j.migrator.line.RuleSet
-
Packages that use RuleSet Package Description org.slf4j.migrator org.slf4j.migrator.line -
-
Uses of RuleSet in org.slf4j.migrator
Fields in org.slf4j.migrator declared as RuleSet Modifier and Type Field Description private RuleSet
ProjectConverter. ruleSet
Methods in org.slf4j.migrator that return RuleSet Modifier and Type Method Description static RuleSet
RuleSetFactory. getMatcherImpl(int conversionType)
Return matcher implementation depending on the conversion modeConstructors in org.slf4j.migrator with parameters of type RuleSet Constructor Description InplaceFileConverter(RuleSet ruleSet, ProgressListener pl)
-
Uses of RuleSet in org.slf4j.migrator.line
Classes in org.slf4j.migrator.line that implement RuleSet Modifier and Type Class Description class
EmptyRuleSet
class
JCLRuleSet
This class represents JCL to SLF4J conversion rulesclass
JULRuleSet
This class represents java.util.logging (JUL) to SLF4J conversion rulesclass
Log4jRuleSet
Fields in org.slf4j.migrator.line declared as RuleSet Modifier and Type Field Description (package private) RuleSet
LineConverter. ruleSet
Constructors in org.slf4j.migrator.line with parameters of type RuleSet Constructor Description LineConverter(RuleSet ruleSet)
-