public static void ERROR_MSG(object s) { if (DEBUGLEVEL.ERROR >= debugLevel) { HDebug.LogError(getHead() + s); } }