http://bugzilla.slf4j.org/show_bug.cgi?id=106


Zoltan Szel <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #1 from Zoltan Szel <[EMAIL PROTECTED]>  2008-10-16 15:48:14 ---
Hi,

i would like to add my two cents here: Instead of giving out a NOP logger
during initialization which will not log anything i would suggest the
following: 

  Creating a Bootstrap logger which is a kind of proxy object. 
     * Until the logger factory is not initialized it would log to stderr
     * When the initialization of the logger factory has happened than these
loggers would be notified
     * The Bootstrap logger now will ask the real loggerfactory for a logger
with the same name and delegates all calls to it.

Regards,
Zoltan


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to