On Aug 10, 2005, at 2:49 PM, Ceki Gülcü wrote:


If I understand correctly, you are suggesting the addition of a
new method. For example,

package org.slf4j;

public LoggerFactory {
  // keep existing methods

  // new method:
  static public ILoggerFactory getILoggerFactory() {
    ....
  }

}

Correct?

Yes, that would be sufficient to address the capabilities determination use case that I laid out.

After that is in place, then the naming issues might become clearer, but that is not essential to address the use case that I outlined.


_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev

Reply via email to