hi, i'm currently rewriting an application and since i use java, i decided to use log4j for the logging process. the users need to see most of the log messages i'm printing (except for the debug and trace msgs) i suggested they use chainsaw but unfortunately they don't want to an additional window on their desktop (seems, it's already packed :-))
so, in the last few days, i tried to integrate chainsaw's logpanel into my app but had no luck. first i tried extend the logpanel-class but its variables are all private and no getters or setters exist. then i copied its source and altered the few things i needed to paint to my app's panel. at first this seemed to work just fine, however i didn't receive neither my nor chainsaw's own log msgs. then i played around a bit and at some point i got a lot of chainsaw's messages, strangely enough chainsaw now had 100% cpu time and received the same messages over and over again in some kind of infinite loop. do you think there is another solution but tediously re-coding chainsaw's functionality or has anybody encountered similar problems? ideas are welcome :) thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
