[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: logging in plugins
|
- From: Marcus Olk <molk@xxxxxxxxxxx>
- Date: Mon, 06 Jun 2005 15:19:09 +0200
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Hi Bob.
Bob Foster wrote:
I guess I should have mentioned that I define the following three
convenience methods in my plugin:
As a consequence EVERY single plugin has to implement these
"convenience methods" copy/pasting the same code, which IMHO
is not really convenient.
Why did Eclipse reinvent the wheel by implementing its own logging
mechanism? Why not using log4j?
And: how is a company supposed to deliver an RCP based application
that uses non-plugin code that writes into a single log-file if
there's not a single logging facility?
Marcus