qx.log.Logger is used for a central logging interface. It do not implement any output modules. Do you want a simple "alert" logger or do you want to replace it for size reasons?
For size reasons do not make a lot of sense to me. A quick test showed me that compressed using qooxdoo's generator this file is about 3700 bytes. Gzipped this means 1400 bytes. All classes in qx.log.appender are optional. You can register any custom appenders at any time you like. To replace classes automatically identified as dependency is not possible yet though. Sebastian Am 01.08.2008 um 15:15 schrieb Heiko Stübner: > Hi, > > in our web-projects we use qooxdoo as a replacement for libraries like > Prototype or JQuery. Thus I have built a generator-config which > creates a > stand-alone 113kb library-file for this. > > To minimize the filesize and the dependencies I replaced the code of > warn, > error, ... methods in qx.log.Logger with simply alert-calls. > > I don't like changing the content of the original file every-time > instead I > would like to place the new class in an external library and > override the > choice of the generator which instance of the class to take. > > In my config-file (attached) I included this second library which is > also > found by the generator, but it's not possible to force the generator > to use > this class-instance. > > Exists such a possibility to override the choice the generator makes? > > Greetings > Heiko > > ------------------------------------ > Nexst4 - Kesys GmbH > Arndtstrasse 12 > 01099 Dresden > > Tel.: +49 (351) 655 76 70 > Fax: +49 (351) 655 76 66 > Mail: [EMAIL PROTECTED] > > Geschäftsführer: Alf Thiele > Sitz der Gesellschaft: Dresden > Handelsregister: Amtsgericht Dresden HRB 22605 > < > config > .json > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
