Class LogProblemSink
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.problems.LogProblemSink
- All Implemented Interfaces:
ProblemSink
-
Field Summary
Fields inherited from interface ch.tocco.nice2.conditionals.api.tree.problems.ProblemSink
EXCEPTION, NULL
-
Constructor Summary
ConstructorDescriptionLogProblemSink
(org.slf4j.Logger log, String head, ProblemFormatter formatter) LogProblemSink
(org.slf4j.Logger log, String head, String sourceCode) -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Constructor Details
-
LogProblemSink
-
LogProblemSink
-
-
Method Details
-
problem
- Specified by:
problem
in interfaceProblemSink
-
getErrorCount
public int getErrorCount() -
getWarningCount
public int getWarningCount()
-