BIND 10 #176: python logging framework
BIND 10 Development
do-not-reply at isc.org
Tue Jun 29 01:37:34 UTC 2010
#176: python logging framework
---------------------+------------------------------------------------------
Reporter: jreed | Owner: zzchen_pku
Type: task | Status: reviewing
Priority: major | Milestone: 05. 3rd Incremental Release: Serious Secondary
Component: logging | Resolution:
Keywords: | Sensitive: 0
---------------------+------------------------------------------------------
Comment(by zzchen_pku):
Replying to [comment:16 jreed]:
> Is "exc_info" above a typo?
No, you can find it in the log4python library.
{{{
class Logger(Filterer):
...
def _log(self, level, msg, args, exc_info=None, extra=None):
...
}}}
> Also I don't see any unit testing for _encodeLevel and emit.
Ok, I'll add it.
> Is "emit" an acceptable function name? Seems to vague to me. Or is that
the name defined by log4python?
Yeah, it is defined by log4python, i just rewrite it.
--
Ticket URL: <http://bind10.isc.org/ticket/176#comment:18>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list