stdout abstract method

void stdout(
  1. String message
)

Print a standard status message.

Implementation

void stdout(String message);