public static synchronized void d(Object... output) { Debug.log(params, output); }
public void d(Object... output) { Debug.log(params, output); }