[Laszlo-user] Suppress INFO messages in Debug window

André Bargull a.bargull at intensis.de
Wed Oct 3 13:08:30 PDT 2007


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



More information about the Laszlo-user mailing list