Class OutputStreamLogger

java.lang.Object
org.languagetool.RuleLogger
org.languagetool.OutputStreamLogger

@Experimental public class OutputStreamLogger extends RuleLogger
Since:
4.5 Logs messages to stdout (or any stream given in constructor)
  • Field Details

  • Constructor Details

    • OutputStreamLogger

      public OutputStreamLogger()
    • OutputStreamLogger

      public OutputStreamLogger(PrintStream out)
  • Method Details