Hi,
I log like this:
Logger logger = Logger.getLogger ("Bavaria Logger");
logger.log (Level.SEVERE,"I log you, you log me!");
Then, I create a LoggingPopup:
LoggingPopup p = new LoggingPopup ();
p.show();
How can I have the logs displayed in the logging panel?
Google did not find an example...
Thanks
Magnus