Hi,

I want to include a way of showing the logs on the applications i'm developping. Something simple like pressing a button on my swing interface a showing a window with the contents of the log.
I'm currently using a FileAppender with a custom format to save the logs.

I would really like to do it this way:

1- Read all the Log and put it on the swing window
2- Register a custom appender (on the fly) that would append the new entries on the window as they are logged
3- When the window is closed the appender is removed

Is it posible to do this?
Would it affect logging performance anyhow?

Thanks,
Ricardo Lopes.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to