En Wed, 23 Apr 2008 23:08:49 -0300, James Stroud <[EMAIL PROTECTED]>
escribió:
Am I missing something or are the docs for logging hopelessly outdated?
http://docs.python.org/lib/node406.html
For example, quoting the docs
"""
import logging
logging.debug('A debug message')
logging.info('Som
Am I missing something or are the docs for logging hopelessly outdated?
http://docs.python.org/lib/node406.html
For example, quoting the docs
"""
import logging
logging.debug('A debug message')
logging.info('Some information')
logging.warning('A shot across the bows')
"""
And the result is
%