There is no canonical way that I'm aware of, to achieve what you want. Particularly, I'm not aware of any filtering capabilities that could be applied to the logging framework, apart from changing the entire log level (which would turn off other messages too). - You could try to supply a custom mixin that patches qx.log.Logger to void the deprecate* methods?!
T. > > > panyasan wrote: >> >> Hi, >> >> I keep getting the deprecation warning >> >> qx.ui.form.SelectBox[1739]: Resetting the selection on disabled >> 'qx.ui.form.SelectBox' is deprecated: The current behavior will change >> from doing nothing to reset the selection. >> >> is it possible to suppress those messages? >> >> Thanks, >> >> C. >> > > Sorry, I wasn't clear enough: I meant hide only deprecation messages, but > still show all others? > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Hide-deprecation-warnings-tp4999207p4999216.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
