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 RuleSetProjectConverter. ruleSetMethods in org.slf4j.migrator that return RuleSet Modifier and Type Method Description static RuleSetRuleSetFactory. 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 classEmptyRuleSetclassJCLRuleSetThis class represents JCL to SLF4J conversion rulesclassJULRuleSetThis class represents java.util.logging (JUL) to SLF4J conversion rulesclassLog4jRuleSetFields in org.slf4j.migrator.line declared as RuleSet Modifier and Type Field Description (package private) RuleSetLineConverter. ruleSetConstructors in org.slf4j.migrator.line with parameters of type RuleSet Constructor Description LineConverter(RuleSet ruleSet)
-