Re: [slf4j-dev] Design of MessageFormatter

2006-01-03 Thread Ceki Gülcü
Hello Borris, Thank you for your thought provoking observations. Given the limitations of what a logging system can and cannot do, I think your second suggestion paves the way to a good solution. If you could mention this tread in a bug report, I'd be happy to integrate a fix for the next r

Re: [slf4j-dev] Design of MessageFormatter

2005-12-29 Thread Boris Unckel
A first DRAFT of a solution in x4juli, solving the symptom not the reason. /** * Method especially for public slf4j log methods which have an object or object[] * as parameter for the message formatting. * @param level is not allowed to be null. * @param message to format w

[slf4j-dev] Design of MessageFormatter

2005-12-29 Thread Boris Unckel
Hello, I had a mail conversation where the developer of another JUL-extension asked whether my object handling (for Messages with objects or object/object[] paramters) is exception safe or not. He argues, a logging operation should never lead to an exception in the using system, except the logging