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
Methods in org.slf4j.migrator that return RuleSet Modifier and Type Method Description static RuleSetRuleSetFactory. getMatcherImpl(int conversionType)Return matcher implementation depending on the conversion mode -
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 rulesclassLog4jRuleSetConstructors in org.slf4j.migrator.line with parameters of type RuleSet Constructor Description LineConverter(RuleSet ruleSet)
-