print abstract method

void print(
  1. String output
)

Takes a string and logs it

Implementation

void print(String output);