println function

void println(
  1. Object object
)

Implementation

void println(Object object) {
  logCat(object);
}