[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] simple, open workbench logging API a là c.i.e.logging.utils.MsgLogger?
|
- From: Tom Roche <tlroche@xxxxxxxxxx>
- Date: Sun, 01 Aug 2004 23:53:01 -0400
- Newsgroups: eclipse.tools.hyades
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4
summary: Please point me toward an open "equivalent" to
c.i.e.logging.utils.MsgLogger for simple plugin-based logging and
tracing.
details:
I code plugins for Rational Developer. My group uses small convenience
classes extending com.ibm.etools.logging.utils.MsgLogger to do basic
logging and tracing, and I use it successfully. However I'm also
working on an (OSSC-blessed :-) open-source UI-testing project. I'd
like to have the ability do equally simple logging and tracing, but I
obviously don't there have access to c.i.e.*.
My impression is that MsgLogger is using Hyades under the hood: is
this correct? In any case, I'd like to know if there is one or more
open "equivalents" of MsgLogger to
· do simple logging of messages to plugin's log file (and console
if desired)
· expose runtime tracing via Run>Run>Tracing.
If so, I'd also appreciate pointers to snippets, code that uses it,
etc. If possible, please reply to me (as well as the newsgroup), and
feel free to forward.