Glider logging
Hi,
sorry if this is a well known question, but I couldn't find any help about it.
How to make logging in Glider, something like console.log()?
Max
Replies
@Rob,
Thanks for your help!
@Max,
Thanks for your interest.
As Rob said all print and error statements are intercepted and forwarded to the Glider output window. You can then save the results to a file by right clicking->save as. Do you need a more complicated logging solution like different log levels?
Regards,
M.Y. Developers
That's exactly what I was looking for! Thank you!
I'm newbie in Corona/Lua/Glider so my questions could be obvious. But it is not so easy to google about this environment as about UIKit/Objective-C/Xcode that I got used to.
@Max,
No problem! There are plenty of resources around the forums and the Corona Labs site. if you can decipher Obj-C you will have no problem using Lua.
If you have any questions about Glider or Lua in general don't hesitate to ask!
Regards,
M.Y. Developers

Glider should intercept normal "print" statements for your console or are you looking for something else?