Class TxtOutput

All Implemented Interfaces:
StoryReporter
Direct Known Subclasses:
ConsoleOutput, IdeOnlyConsoleOutput

public class TxtOutput extends PrintStreamOutput

Story reporter that outputs to a PrintStream, as TXT. It extends PrintStreamOutput, providing TXT-based default output patterns, which can be overridden via the (PrintStream,Properties) constructor.

Author:
Mauro Talevi