Re: debug mode
Lutz Neumann <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | Softronix GmbH |
| Message-ID | <[email protected]> |
am Montag, 26. April 2004, 22:13:43, schrieben Sie: > masukomi wrote: >> 2) what about modifying it so that instead of it writing to system out >> you give it a listener for logging. By default there would be a simple >> listener that just went to System.out but users could optionally write > No, not System.out This is buffered and you get the debug output if in > order but not on time (and if you are using System.err, the order gets > mixed up) As SwixML requires java 1.4x, why not use the 1.4 Logger as a default? - Lutz