Max Rydahl Andersen wrote:

On Wed, 02 Nov 2005 03:35:47 +0100, John Franey <[EMAIL PROTECTED]> wrote:

Max,

Sorry for the delay.  Attached are the manifest files.  The attachment
is a zip file disguised.  SourceForge bounces mail that has extension
'.zip', so I used a different extension.


thank you.

Did I understand your correctly that these manifest.mf is the ones you suggest
so go into independent plugins, one for each logging framework ?

Yes. Except that slf4j is not a framework. Its an API layer atop a framework.

If so, won't that force the logging to be global for that plugin ? Meaning if I have org.slf4j.xxx and I use it from my org.hibernate.eclipse.whatever plugin, then the log4j configuration will be shared by any other who uses the org.slf4j.xxx
plugin - and thus hard to separate the plugins contribution to the log.

Yes and no.

Yes to: "log4j configuration will be shared by any other who uses the" log4j framwork plugin. A single configuration file makes it easy to configure the Loggers created by all the plugins in the rcp.

No to: "hard to separate the plugins contribution to the log." The log framework configuration file determines whether the org.hibernate Logger dumps to a seperate log file, or to a log file that all the other plugins dump to.

John


I know that in some cases one config, shared output is good, but in other cases it
would nice to have separation.

/max




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to