Re: [Mc4j-development] remote logging interface
Brought to you by:
ghinkl
From: James R. <jam...@gm...> - 2005-01-28 20:41:20
|
Anything you could send me would be great. I'm trying to develop a dashboard for it, but I can't find any documentation on writing dashboards. I gather that MBeans are included in the dashboard through the <BeanMatch id="MBeanNode" type="Single"> <Condition type="BeanObjectNameCondition" filter="type=Threading" /> </BeanMatch tags, but I'm not sure of the details. Can I have multiple conditions? If so, how are they combined? Does a dashboard automatically look for all beans and filter on conditions, or does it have to be feed the MBeans? Is the only way to add swing event handling to include it in the class itself, or is there a way to just create some listeners and add them to the classes via the dashboard xml? Is there any documentation on this stuff? If not, I imagine I'll start documenting as I go; how should I organize it? -James On Tue, 25 Jan 2005 22:59:36 -0500, Greg Hinkle <gre...@gm...> wrote: > 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 > > ------------------------------------------------------- > 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 > |