Bernd Fondermann schrieb:
Hi,

We need a proper Logging Framework integrated with the spring-deployment module.

Currently, all logging is going to System.out.
I'd like to have at least log messages to go to a single file 'james.log' but also support the possibilty for current phoenix-like behavior of multiple files.

Logging in spring-deployment is pluggable, so every framework should fit and be easily added.
What I am asking is: What framework should be the default?

Here is a list:
[] commons-logging
[] log4j
[] java.util.logging
[] plain file write (poor man's own framework)
[] slf4j
[] ... other ...

Thanks for your comments,

  Bernd

Hi Bernd,

I think I would use commons-logging...

bye
Norman



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to