printError static method

void printError(
  1. Object object
)

Implementation

static void printError(Object object) {
  _print("ERRO", object);
}