Re: [Mc4j-development] remote logging interface
Brought to you by:
ghinkl
From: Greg H. <gre...@gm...> - 2005-01-26 03:59:43
|
That's a great idea. I'm not sure how quickly notifications can be sent, but as long as the logging level isn't too detailed the notifications idea could work. I've actually got a UI for a remote log viewer I built a while back that might be a start for the display of the messages if I can find it. And a setLogLevel interface would be great. Feel free to pitch in any or all of this as you'd like. On Tue, 25 Jan 2005 08:55:54 -0600, James Rosen <jam...@gm...> wrote: > I am working on porting the ui of some java processes to JMX, and > would like to view logging information in real-time (well, slightly > delayed real-time). I couldn't find a way to watch log statement > occur from JConsole or from MC4j, so I was wondering whether this was > already in the works or whether I should add the feature. > > My proposal: > -a JMXAppender, compatible with Log4j which sent notifications to a > listener in the MC4J console > -a console-side listener which posts messages to a JTextPane; there > would be options for maxMessageHistorySize, etc. > -a more user-friendly version of the setLoggingLevel property of the > log in view, perhaps? > > -James > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Mc4j-development mailing list > Mc4...@li... > https://lists.sourceforge.net/lists/listinfo/mc4j-development > -- Greg Hinkle |