Class LogProblemSink
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.problems.LogProblemSink
- All Implemented Interfaces:
- ProblemSink
- 
Field SummaryFields inherited from interface ch.tocco.nice2.conditionals.api.tree.problems.ProblemSinkEXCEPTION, NULL
- 
Constructor SummaryConstructorsConstructorDescriptionLogProblemSink(org.slf4j.Logger log, String head, ProblemFormatter formatter) LogProblemSink(org.slf4j.Logger log, String head, String sourceCode) 
- 
Method SummaryModifier and TypeMethodDescriptionintintvoid
- 
Constructor Details- 
LogProblemSink
- 
LogProblemSink
 
- 
- 
Method Details- 
problem- Specified by:
- problemin interface- ProblemSink
 
- 
getErrorCountpublic int getErrorCount()
- 
getWarningCountpublic int getWarningCount()
 
-