log static method

void log(
  1. String msg
)

Implementation

static void log(String msg) {
  if (showLog) print("load library: $msg");
}