mshillin wrote: > In Qooxdoo 7.x you could change the log level via the qxsettings array > > qxsettings["qx.minLogLevel"]=700; > > How do you do this in 0.8.2? >
Daniel pointed to qx.log.Logger.setLevel() (see API docs for details). You could define your own setting, use it in the config, and then evaluate it in your application code, calling setLevel() to pass the value to the Logger instance. Mind that there is a pre-defined set of log levels. HTH, T. > There seems to be no documentation about logging configuration - the API > docs for core.Setting point to a manual entry that no longer exists. > > Thanks > Mike > > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
