Class ReportLogWriter

java.lang.Object
org.spockframework.report.log.ReportLogWriter
All Implemented Interfaces:
IReportLogListener, IStoppable

public class ReportLogWriter extends Object implements IReportLogListener, IStoppable
  • Constructor Details

    • ReportLogWriter

      public ReportLogWriter(File logFile)
  • Method Details

    • setPrefix

      public void setPrefix(String prefix)
    • setPostfix

      public void setPostfix(String postfix)
    • setPrettyPrint

      public void setPrettyPrint(boolean prettyPrint)
    • setLiveUpdate

      public void setLiveUpdate(boolean liveUpdate)
    • start

      public void start()
    • stop

      public void stop()
      Specified by:
      stop in interface IStoppable
    • emitted

      public void emitted(Map<String,Object> log)
      Specified by:
      emitted in interface IReportLogListener