I've written a logging facility which (what does it do? that was months ago!), um, can be set dynamically to write logging entries into:

- a file (which is one of a sequence, with a new file started each day);
- a JFrame console with a JTextArea and a "clear" button.

In operation of this server, I click on the clear button whenever the console accumulates more than a manageable amount of text. This has worked so far but, as Phillip suggests, I suppose it could overflow memory if I did not clear it regularly.

Rich


_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to