static void L1(String name, Object obj) { if (debug) { print("${name.toString()}->${obj.toString()}"); } }