output abstract method

void output(
  1. String line
)

Add the given line to the step output buffer.

Implementation

void output(String line);