[slf4j-dev] Re: Factory methods
Curt Arnold
carnold at houston.rr.com
Wed Aug 10 23:04:44 CEST 2005
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.
More information about the slf4j-dev
mailing list