On 1/9/06, Florent Guillaume <[EMAIL PROTECTED]> wrote:
> My point is that the python logging levels are insufficiently fine
> grained.
> The python logging framework leaves room for numeric levels and
> registering equivalent strings, and indeed ZODB and zLOG have them
> defined.
>
> I want to use them.

Do you need someone else to define a constant for the level you want
before you can use them?  There's a API in the logging module that
allows you to pass the desired level in.  I see no reason to require a
constant to be defined outside your code.


  -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"There is no wealth but life." --John Ruskin
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to