I have called it in the HTML file after including the qx.js
                <script type="text/javascript">
                        
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF);         
        
                </script>
and it works .. Where are you calling it ?



Dan1234 wrote:
> 
> Thanks for that.
> 
> That does disable logging to the log window, however it does not stop the
> small "log" window appearing when the application is first loaded in the
> browser. 
> 
> Any other ideas? Perhaps I have to do a special build or something?
> Thanks
> 
> Dan
> 
> 
> Alee wrote:
>> 
>> Hello Dan
>> 
>> try using 
>> qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF);
>> 
>> 
>> 
>> Dan1234 wrote:
>>> 
>>> A no doubt shamefull question to ask, but....
>>> 
>>> How do I turn off/ stop that debug/ log window popping up.
>>> 
>>> I'm running 0.61 
>>> 
>>> I thought I could do something like
>>> qx.dev.log.Logger.ROOT_LOGGER.removeAllAppenders();
>>> 
>>> or even
>>> qx.dev.log.Logger.ROOT_LOGGER.enabled=false;
>>> 
>>> But the window keeps on poping up.
>>> Please put me out of my misery.
>>> PS, thanks for the help on my last post.
>>> Cheers
>>> 
>>> Dan
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Get-rid-of-the-log--debug-window-tf2414436.html#a6730724
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to