Class LogProblemSink

java.lang.Object
ch.tocco.nice2.conditionals.api.tree.problems.LogProblemSink
All Implemented Interfaces:
ProblemSink

public class LogProblemSink extends Object implements ProblemSink
  • Constructor Details

    • LogProblemSink

      public LogProblemSink(org.slf4j.Logger log, String head, ProblemFormatter formatter)
    • LogProblemSink

      public LogProblemSink(org.slf4j.Logger log, String head, String sourceCode)
  • Method Details

    • problem

      public void problem(Problem problem)
      Specified by:
      problem in interface ProblemSink
    • getErrorCount

      public int getErrorCount()
    • getWarningCount

      public int getWarningCount()