Package org.spockframework.report.log
Class ReportLogWriter
java.lang.Object
org.spockframework.report.log.ReportLogWriter
- All Implemented Interfaces:
IReportLogListener,IStoppable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetLiveUpdate(boolean liveUpdate) voidsetPostfix(String postfix) voidvoidsetPrettyPrint(boolean prettyPrint) voidstart()voidstop()
-
Constructor Details
-
ReportLogWriter
-
-
Method Details
-
setPrefix
-
setPostfix
-
setPrettyPrint
public void setPrettyPrint(boolean prettyPrint) -
setLiveUpdate
public void setLiveUpdate(boolean liveUpdate) -
start
public void start() -
stop
public void stop()- Specified by:
stopin interfaceIStoppable
-
emitted
- Specified by:
emittedin interfaceIReportLogListener
-