log static method

void log(
  1. String data
)

Implementation

static void log(final String data) {
  write(data, type: PenType.info);
}