[EMAIL PROTECTED] ha scritto: > Log: > james-jcr: Logging using JUL, should perhaps use Avalon Logger?
Most components in current james server trunk use Avalon Logger. Some of the experimental imap components uses injected commons-logging and a wrapper between Avalon Logger and commons-logging. In jSPF we defined our own Logger interface and server simply provide a wrapper between jSPF.Logger and Avalon Logger. IMHO you can stick to JUL now: we can fix it later when we'll find a common solution to remove Avalon Logger (or keep it) on the whole codebase. My personal preference for the final solution in logging is to keep "dependency injected" loggers. Maybe injecting JUL logger is the best solution (compared to commons-logging it requires one dependency less), so we could write a JUL logger extension (or Handler) to log on avalon or anything else. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]