Corona Simulator Output notifications

Hi,

can someone please help me explain the effect of the following notifications that get displayed in the corona simulator output window on game performance;

Ofcourse Runtime error means the app wont work. How about Warning,WARNING and Error?

thanks
Sedrack

You said ‘the following’ notifications, but I don’t see any listed.  Did you forget?  

Or are you just concerned about the effect of getting lots of warnings in the log?

You can get rid of most output by doing this at the top of main.lua

print = function() end

You’ll still get some output and  you won’t see your own debug messages, but it will be quieter.

You said ‘the following’ notifications, but I don’t see any listed.  Did you forget?  

Or are you just concerned about the effect of getting lots of warnings in the log?

You can get rid of most output by doing this at the top of main.lua

print = function() end

You’ll still get some output and  you won’t see your own debug messages, but it will be quieter.