Hello,
Just read it now. Add the following after including qx.js.
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF);
This will turn off the logging and wont bring the log window either.
Regards,
Al
One possibility is to reduce the error level e.g.
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_WARN);
or even:
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_ERROR);
Are there other possibilities, Til?
Sebastian
Dan Fillpot schrieb:
> How do I turn off a
Hi,
It is better to start a new thread.
When you have turned off logging, a logging message must have already been
generated.
As a workaround, why don't you try to delete the creation of the window
appender in qx.js?
D. Fillpot wrote:
>
> How do I turn off all logging? I do not want the popup