L2 static method

void L2(
  1. String name
)

Implementation

static void L2(String name) {
  if (debug) {
    print(name);
  }
}