On Jun 21, 12:01 am, RoyHB <[email protected]> wrote: > I'm in the heat of battle adapting our complex application from V2 to V3. > > It seems that GLog.write didn't make it into the new API. > In the past I found GLog.write to be a very handy low tech debugging tool. > I understand I can > do the same thing with Firebug or other debuggers but with more attendant > complexity and keystrokes. > > Is there some new equivalent to the old GLog.write?
No. The v3 design philosophy is lighter is better. Nothing extra that you can add yourself with a third party library or that isn't needed (and GLog.write isn't _needed_, but it was "nice"). -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
