You can adjust "Debug.messageLevel" to meet your requirements:

[code]
<canvas debug="true" >
 <script>
   //one of: "ALL", "DEBUG", "INFO", "WARNING", "ERROR", "NONE"
   Debug.messageLevel = "WARNING";
Debug.write("write"); Debug.debug("debug");
   Debug.info("info");
   Debug.warn("warn");
   Debug.error("error");
 </script>
</canvas>
[/code]

Best regards,
André

Hi All,

In Laszlo 4.0.5, is there any way to suppress just INFO messages in the Debug window?

I'm getting flooded with "INFO: __LZgetNodes: p is null in LzDatapointer" messages, and I'd like to suppress them, but still see WARNING and ERROR messages.

Thanks for any help!

Cheers,

Michael

Reply via email to